Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Trunc

868       match(SrcI, m_OneUse(m_And(m_Trunc(m_Value(X)), m_Constant(C)))) &&
875 match(And, m_OneUse(m_And(m_Trunc(m_Value(X)), m_Specific(C)))) &&
1116 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)),
1736 if (match(Src, m_Trunc(m_BitCast(m_Value(VecInput)))) &&
1759 if (match(Src, m_Trunc(m_LShr(m_BitCast(m_Value(VecInput)),