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

References

lib/Analysis/InstructionSimplify.cpp
 1487   if (!match(Op0, m_ICmp(Pred0, m_Value(A), m_Value(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))