Lines Matching refs:m_APInt
38 if (!match(Op, m_APInt(C))) in ShrinkDemandedConstant()
277 if (match(I->getOperand(1), m_APInt(C)) && !C->isAllOnesValue()) { in SimplifyDemandedUseBits()
322 if (match(RHS, m_APInt(C)) && CTZ >= C->getActiveBits()) in SimplifyDemandedUseBits()
331 if (match(RHS, m_APInt(C)) && in SimplifyDemandedUseBits()
355 if (!match(I->getOperand(OpNo), m_APInt(SelC))) in SimplifyDemandedUseBits()
365 if (!match(I->getOperand(0), m_ICmp(Pred, m_Value(X), m_APInt(CmpC))) || in SimplifyDemandedUseBits()
532 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
534 if (match(I->getOperand(0), m_Shr(m_Value(), m_APInt(ShrAmt)))) in SimplifyDemandedUseBits()
590 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
631 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
678 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
810 if (!match(I->getOperand(2), m_APInt(SA))) in SimplifyDemandedUseBits()
964 m_AShr(m_Shl(m_Value(X), m_APInt(ShiftLC)), m_APInt(ShiftRC))) && in SimplifyMultipleUseDemandedBits()