Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_NUWMul

834           (!IsSigned && match(LHS, m_NUWMul(m_Value(X), m_APInt(C1))))) {