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

References

lib/Analysis/InstructionSimplify.cpp
 3818   if (!match(CondVal, m_ICmp(Pred, m_Value(CmpLHS), m_Value(CmpRHS))))
 3821   if (ICmpInst::isEquality(Pred) && match(CmpRHS, m_Zero())) {
 3826                                            Pred == ICmpInst::ICMP_EQ))
 3838         Pred == ICmpInst::ICMP_EQ)
 3843         Pred == ICmpInst::ICMP_NE)
 3860         Pred == ICmpInst::ICMP_NE)
 3865         Pred == ICmpInst::ICMP_EQ)
 3870   if (Value *V = simplifySelectWithFakeICmpEq(CmpLHS, CmpRHS, Pred,
 3877   if (Pred == ICmpInst::ICMP_EQ) {
 3888   } else if (Pred == ICmpInst::ICMP_NE) {