Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Add

179           else if (match(Op0, m_Add(m_Value(Y), m_ConstantInt(C1))))
205 if (match(Op0, m_OneUse(m_Add(m_Value(X), m_Constant(C1))))) {