Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_AShr

3236         (match(Op0, m_OneUse(m_AShr(m_Value(A), m_ConstantInt(Cst1)))) &&
3237 match(Op1, m_OneUse(m_AShr(m_Value(B), m_Specific(Cst1)))))) {