Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Not

705     if (match(V, m_Not(m_Value(NotV)))) {
864 if (match(TrueVal, m_Not(m_Specific(CondVal))))
866 if (match(FalseVal, m_Not(m_Specific(CondVal))))
1123 (LHS->hasNUses(2) && match(LHS, m_Not(m_Value()))) ||
1124 (RHS->hasNUses(2) && match(RHS, m_Not(m_Value()))) ||
1125 (SI.hasOneUse() && match(*SI.user_begin(), m_Not(m_Value())));