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

References

lib/Analysis/InstructionSimplify.cpp
 1513       !match(Op1, m_ICmp(Pred1, m_Specific(A), m_Specific(B))))
 1519   if (ICmpInst::isImpliedTrueByMatchingCmp(Pred0, Pred1))
 1524   if ((Pred0 == ICmpInst::getInversePredicate(Pred1)) ||
 1525       (Pred0 == ICmpInst::ICMP_NE && ICmpInst::isTrueWhenEqual(Pred1)) ||
 1526       (Pred0 == ICmpInst::ICMP_SLE && Pred1 == ICmpInst::ICMP_SGE) ||
 1527       (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGE))