Home | History | Annotate | Download | only in InstCombine

Lines Matching full:spf2

631 ///   SPF2(SPF1(A, B), C)
636 SelectPatternFlavor SPF2, Value *C) {
640 if (SPF1 == SPF2)
645 if ((SPF1 == SPF_SMIN && SPF2 == SPF_SMAX) ||
646 (SPF1 == SPF_SMAX && SPF2 == SPF_SMIN) ||
647 (SPF1 == SPF_UMIN && SPF2 == SPF_UMAX) ||
648 (SPF1 == SPF_UMAX && SPF2 == SPF_UMIN))
935 if (SelectPatternFlavor SPF2 = MatchSelectPattern(LHS, LHS2, RHS2))
936 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(LHS),SPF2,LHS2,RHS2,
939 if (SelectPatternFlavor SPF2 = MatchSelectPattern(RHS, LHS2, RHS2))
940 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(RHS),SPF2,LHS2,RHS2,