Lines Matching refs:m_SpecificInt
890 m_SpecificInt(1))) || in foldIsPowerOf2OrZero()
918 m_SpecificInt(2))) && in foldIsPowerOf2()
926 m_SpecificInt(1))) && in foldIsPowerOf2()
2161 if (match(&I, m_c_And(m_OneUse(m_AShr(m_Value(X), m_SpecificInt(FullShift))), in visitAnd()
2169 m_AShr(m_Value(X), m_SpecificInt(FullShift)))), in visitAnd()
2253 if (match(R, m_OneUse(m_Sub(m_SpecificInt(Width), m_Specific(L))))) { in matchFunnelShift()
2273 if (match(L, m_And(m_Value(X), m_SpecificInt(Mask))) && in matchFunnelShift()
2274 match(R, m_And(m_Neg(m_Specific(X)), m_SpecificInt(Mask)))) in matchFunnelShift()
2279 if (match(L, m_ZExt(m_And(m_Value(X), m_SpecificInt(Mask)))) && in matchFunnelShift()
2280 match(R, m_And(m_Neg(m_ZExt(m_And(m_Specific(X), m_SpecificInt(Mask)))), in matchFunnelShift()
2281 m_SpecificInt(Mask)))) in matchFunnelShift()
2284 if (match(L, m_ZExt(m_And(m_Value(X), m_SpecificInt(Mask)))) && in matchFunnelShift()
2285 match(R, m_ZExt(m_And(m_Neg(m_Specific(X)), m_SpecificInt(Mask))))) in matchFunnelShift()
3036 m_SpecificInt(Ty->getScalarSizeInBits() - 1))), in visitOr()