Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Not

883       match(SrcI, m_Not(m_Value(X))) && (!X->hasOneUse() || !isa<CmpInst>(X))) {