Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Constant

722   if (match(I.getOperand(0), m_OneUse(m_Shl(m_Constant(C1), m_Value(A)))) &&
723 match(I.getOperand(1), m_Constant(C2)))