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

References

lib/Transforms/Scalar/GuardWidening.cpp
  544         match(Cond1, m_ICmp(Pred1, m_Specific(LHS), m_ConstantInt(RHS1)))) {
  582         parseRangeChecks(Cond0, Checks) && parseRangeChecks(Cond1, Checks) &&
  605     makeAvailableAt(Cond1, InsertPt);
  607       Cond1 = BinaryOperator::CreateNot(Cond1, "inverted", InsertPt);
  607       Cond1 = BinaryOperator::CreateNot(Cond1, "inverted", InsertPt);
  608     Result = BinaryOperator::CreateAnd(Cond0, Cond1, "wide.chk", InsertPt);