reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
683 if (!match(CondV, m_ICmp(P, m_And(m_Value(A), m_Value(B)), m_Value(C))) && 684 !match(CondV, m_ICmp(P, m_Value(C), m_And(m_Value(A), m_Value(B))))) 686 if (P != CmpInst::ICMP_EQ && P != CmpInst::ICMP_NE) 686 if (P != CmpInst::ICMP_EQ && P != CmpInst::ICMP_NE) 709 TrueIfZero = (P == CmpInst::ICMP_EQ); 711 TrueIfZero = (P == CmpInst::ICMP_NE);