Home | History | Annotate | Download | only in InstCombine

Lines Matching full:apint

131   const APInt &BVal = CB->getValue();
132 const APInt &CVal = CC->getValue();
942 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) {
994 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth.
995 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder);
1081 APInt SmallScale = Scale.trunc(SmallSize);
1663 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {
1702 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {
1745 APInt Offset(OffsetBits, 0);
2009 APInt KnownZero(BitWidth, 0), KnownOne(BitWidth, 0);
2077 APInt KnownZero(BitWidth, 0), KnownOne(BitWidth, 0);