Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SelectKind

1842   TargetLowering::SelectSupportKind SelectKind;
1844 SelectKind = TargetLowering::VectorMaskSelect;
1846 SelectKind = TargetLowering::ScalarCondVectorVal;
1848 SelectKind = TargetLowering::ScalarValSelect;
1851 if (TLI->isSelectSupported(SelectKind)) {