Lines Matching refs:m_APInt
44 if (!match(Op, m_APInt(C))) in ShrinkDemandedConstant()
340 if (match(I->getOperand(1), m_APInt(C)) && !C->isAllOnes()) { in SimplifyDemandedUseBits()
389 if (!match(I->getOperand(OpNo), m_APInt(SelC))) in SimplifyDemandedUseBits()
399 if (!match(I->getOperand(0), m_ICmp(Pred, m_Value(X), m_APInt(CmpC))) || in SimplifyDemandedUseBits()
427 if (match(I->getOperand(0), m_OneUse(m_LShr(m_Value(X), m_APInt(C))))) { in SimplifyDemandedUseBits()
558 if (match(I->getOperand(1), m_APInt(C)) && in SimplifyDemandedUseBits()
615 if (match(I->getOperand(1), m_APInt(C)) && C->countr_zero() == CTZ) { in SimplifyDemandedUseBits()
635 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
637 if (match(I->getOperand(0), m_Shr(m_Value(), m_APInt(ShrAmt)))) in SimplifyDemandedUseBits()
700 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
770 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
817 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
838 if (match(I->getOperand(1), m_APInt(Rem))) { in SimplifyDemandedUseBits()
978 if (!match(I->getOperand(2), m_APInt(SA))) in SimplifyDemandedUseBits()
1025 if (match(II->getArgOperand(1), m_APInt(C)) && in SimplifyDemandedUseBits()
1037 if (match(II->getArgOperand(1), m_APInt(C)) && in SimplifyDemandedUseBits()
1221 m_AShr(m_Shl(m_Value(X), m_APInt(ShiftLC)), m_APInt(ShiftRC))) && in SimplifyMultipleUseDemandedBits()