reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1038   SelectPatternFlavor SPF = matchSelectPattern(&Sel, LHS, RHS).Flavor;
 1056   bool RHSCanonicalized = match(RHS, m_Neg(m_Specific(LHS)));
 1072       Cmp.setOperand(0, LHS);
 1078     RHS = Builder.CreateNeg(LHS);
 1079     if (TVal == LHS) {
 1090     if (TVal == LHS)
 1092     assert(FVal == LHS && "Unexpected results from matchSelectPattern");
 1094     if (FVal == LHS)
 1096     assert(TVal == LHS && "Unexpected results from matchSelectPattern");