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

References

lib/Transforms/Scalar/GuardWidening.cpp
  543     if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) &&
  570           ConstantInt *NewRHS = ConstantInt::get(Cond0->getContext(), NewRHSAP);
  582         parseRangeChecks(Cond0, Checks) && parseRangeChecks(Cond1, Checks) &&
  604     makeAvailableAt(Cond0, InsertPt);
  608     Result = BinaryOperator::CreateAnd(Cond0, Cond1, "wide.chk", InsertPt);