Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Not

697     if (match(TrueVal, m_Not(m_Specific(CondVal))))
699 else if (match(FalseVal, m_Not(m_Specific(CondVal))))