enum class VFParamKind
Description
Describes the type of Parameters
Declared at: llvm/include/llvm/Analysis/VectorUtils.h:25
Enumerators
Name | Value | Comment |
---|---|---|
Vector | 0 | |
OMP_Linear | 1 | |
OMP_LinearRef | 2 | |
OMP_LinearVal | 3 | |
OMP_LinearUVal | 4 | |
OMP_LinearPos | 5 | |
OMP_LinearValPos | 6 | |
OMP_LinearRefPos | 7 | |
OMP_LinearUValPos | 8 | |
OMP_Uniform | 9 | |
GlobalPredicate | 10 | |
Unknown | 11 |