Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_ConstantInt

473       match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
497 match(Src, m_And(m_Value(A), m_ConstantInt(Cst)))) {
1128 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)),
1129 m_ConstantInt(CA))) &&
1722 m_ConstantInt(ShAmt)))) &&