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

References

lib/Analysis/ValueTracking.cpp
 4788   LHS = CmpLHS;
 4891       LHS = TrueVal;
 4894         std::swap(LHS, RHS);
 4913       LHS = FalseVal;
 4916         std::swap(LHS, RHS);
 4931     return matchMinMax(Pred, CmpLHS, CmpRHS, TrueVal, FalseVal, LHS, RHS, Depth);
 4941   return matchFastFloatClamp(Pred, CmpLHS, CmpRHS, TrueVal, FalseVal, LHS, RHS);