Lines Matching refs:m_APInt
38 if (!match(Op, m_APInt(C))) in ShrinkDemandedConstant()
300 if (match(I->getOperand(1), m_APInt(C)) && !C->isAllOnes()) { in SimplifyDemandedUseBits()
349 if (!match(I->getOperand(OpNo), m_APInt(SelC))) in SimplifyDemandedUseBits()
359 if (!match(I->getOperand(0), m_ICmp(Pred, m_Value(X), m_APInt(CmpC))) || in SimplifyDemandedUseBits()
387 if (match(I->getOperand(0), m_OneUse(m_LShr(m_Value(X), m_APInt(C))))) { in SimplifyDemandedUseBits()
534 if (match(I->getOperand(1), m_APInt(C)) && in SimplifyDemandedUseBits()
555 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
557 if (match(I->getOperand(0), m_Shr(m_Value(), m_APInt(ShrAmt)))) in SimplifyDemandedUseBits()
632 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
704 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
749 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
771 if (match(I->getOperand(1), m_APInt(Rem))) { in SimplifyDemandedUseBits()
878 if (!match(I->getOperand(2), m_APInt(SA))) in SimplifyDemandedUseBits()
906 if (match(II->getArgOperand(1), m_APInt(C)) && in SimplifyDemandedUseBits()
918 if (match(II->getArgOperand(1), m_APInt(C)) && in SimplifyDemandedUseBits()
1055 m_AShr(m_Shl(m_Value(X), m_APInt(ShiftLC)), m_APInt(ShiftRC))) && in SimplifyMultipleUseDemandedBits()