Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Not

2546     if (match(Op0, m_Not(m_Value(A)))) {
2547 if (match(Op1, m_Not(m_Value(B))))