Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHS2

861     Value *LHS, *RHS, *LHS2, *RHS2;
863 if (SelectPatternFlavor SPF2 = MatchSelectPattern(LHS, LHS2, RHS2))
864 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(LHS),SPF2,LHS2,RHS2,
867 if (SelectPatternFlavor SPF2 = MatchSelectPattern(RHS, LHS2, RHS2))
868 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(RHS),SPF2,LHS2,RHS2,