Lines Matching defs:APInt
49 class APInt;
550 Value *SimplifyDemandedUseBits(Instruction *I, const APInt &DemandedMask,
555 const APInt &DemandedMask, KnownBits &Known,
562 const APInt &DemandedMask,
569 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl,
570 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known);
577 Value *SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
578 APInt &PoisonElts, unsigned Depth = 0,
656 Instruction *foldICmpAddOpConst(Value *X, const APInt &C,
668 const APInt &C);
680 const APInt &C);
684 const APInt &C);
688 const APInt &C);
690 const APInt &C);
692 const APInt &C);
694 const APInt &C);
696 const APInt &C);
698 const APInt &C);
700 const APInt &C);
702 const APInt &C);
704 const APInt &C);
706 const APInt &C);
708 const APInt &C);
710 const APInt &C1);
712 const APInt &C1, const APInt &C2);
714 const APInt &C);
715 Instruction *foldICmpShrConstConst(ICmpInst &I, Value *ShAmt, const APInt &C1,
716 const APInt &C2);
717 Instruction *foldICmpShlConstConst(ICmpInst &I, Value *ShAmt, const APInt &C1,
718 const APInt &C2);
722 const APInt &C);
724 const APInt &C);
726 const APInt &C);
745 Value *insertRangeTest(Value *V, const APInt &Lo, const APInt &Hi,