reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
144 if (!match(V, m_Select(m_Value(Cond), m_Value(A), m_Value(B)))) 149 if (match(Cond, m_Not(m_Value(CondNot)))) { 150 Cond = CondNot; 157 if (auto *CmpI = dyn_cast<ICmpInst>(Cond))