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

References

lib/Analysis/InstructionSimplify.cpp
 1488       !match(Op1, m_ICmp(Pred1, m_Specific(A), m_Specific(B))))
 1494   if (ICmpInst::isImpliedTrueByMatchingCmp(Pred0, Pred1))
 1498   if ((Pred0 == ICmpInst::getInversePredicate(Pred1)) ||
 1499       (Pred0 == ICmpInst::ICMP_EQ && ICmpInst::isFalseWhenEqual(Pred1)) ||
 1500       (Pred0 == ICmpInst::ICMP_SLT && Pred1 == ICmpInst::ICMP_SGT) ||
 1501       (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT))