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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2498   ICmpInst::Predicate Pred = Cmp.getPredicate();
 2503   if (match(X, m_APInt(C2)) && *C2 == C && Cmp.isEquality())
 2504     return new ICmpInst(Cmp.getPredicate(), Y,
 2509       ((Cmp.isUnsigned() && Sub->hasNoUnsignedWrap()) ||
 2510        (Cmp.isSigned() && Sub->hasNoSignedWrap())) &&
 2511       !subWithOverflow(SubResult, *C2, C, Cmp.isSigned()))
 2512     return new ICmpInst(Cmp.getSwappedPredicate(), Y,