Home | History | Annotate | Download | only in InstCombine

Lines Matching full:apint

45   Value *A; const APInt *B;
95 APInt::getHighBitsSet(OrigBitWidth, OrigBitWidth-BitWidth)) &&
135 APInt::getLowBitsSet(TypeWidth, NumBits) << LowBits,
160 APInt::getLowBitsSet(TypeWidth, NumBits) << LowBits,
241 APInt Mask(APInt::getLowBitsSet(TypeWidth, TypeWidth - NumBits));
281 APInt Mask(APInt::getHighBitsSet(TypeWidth, TypeWidth - NumBits));
390 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
436 APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
472 APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
588 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt1));
624 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2));
672 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2));
713 APInt::getHighBitsSet(Op1C->getBitWidth(), ShAmt),
771 MaskedValueIsZero(Op0, APInt::getLowBitsSet(Op1C->getBitWidth(), ShAmt),
816 MaskedValueIsZero(Op0,APInt::getLowBitsSet(Op1C->getBitWidth(),ShAmt),
825 APInt::getSignBit(I.getType()->getScalarSizeInBits()),