Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SelectKind

2992   TargetLowering::SelectSupportKind SelectKind;
2994 SelectKind = TargetLowering::VectorMaskSelect;
2996 SelectKind = TargetLowering::ScalarCondVectorVal;
2998 SelectKind = TargetLowering::ScalarValSelect;
3001 if (TLI->isSelectSupported(SelectKind)) {