Lines Matching defs:SPF
1200 SelectPatternFlavor SPF =
1202 if (SPF == SelectPatternFlavor::SPF_ABS ||
1203 SPF == SelectPatternFlavor::SPF_NABS) {
1208 bool IntMinIsPoison = SPF == SelectPatternFlavor::SPF_ABS &&
1215 if (SPF == SelectPatternFlavor::SPF_NABS)
1220 if (SelectPatternResult::isMinOrMax(SPF)) {
1222 switch (SPF) {
1236 llvm_unreachable("Unexpected SPF");
2000 /// We have an SPF (e.g. a min or max) of an SPF of the form:
3795 auto SPF = SPR.Flavor;
3796 if (SPF) {
3800 RHS2, SI, SPF, RHS))
3804 RHS2, SI, SPF, LHS))
3808 if (SelectPatternResult::isMinOrMax(SPF)) {
3820 CmpInst::Predicate MinMaxPred = getMinMaxPred(SPF, SPR.Ordered);
4046 // Is (select B, T, F) a SPF?