enum TargetLoweringBase::SelectSupportKind
Description
Enum that describes what type of support for selects the target has.
Declared at: llvm/include/llvm/CodeGen/TargetLowering.h:149
Enumerators
Name | Value | Comment |
---|---|---|
ScalarValSelect | 0 | |
ScalarCondVectorVal | 1 | |
VectorMaskSelect | 2 |