Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_One

977   if (match(RHS, m_Add(m_Value(X), m_One())))
980 if (match(LHS, m_Add(m_Value(X), m_One()))) {