Searched refs:getSignBit (Results 1 – 13 of 13) sorted by relevance
72 uint64_t getSignBit() const { in getSignBit() function
117 KnownZero |= APInt::getSignBit(BitWidth); in ComputeMaskedBitsAddSub()120 KnownOne |= APInt::getSignBit(BitWidth); in ComputeMaskedBitsAddSub()124 KnownZero |= APInt::getSignBit(BitWidth); in ComputeMaskedBitsAddSub()127 KnownOne |= APInt::getSignBit(BitWidth); in ComputeMaskedBitsAddSub()
697 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits()727 APInt Mask2 = LowBits | APInt::getSignBit(BitWidth); in SimplifyDemandedUseBits()
940 APInt Mask(APInt::getSignBit(I.getType()->getPrimitiveSizeInBits())); in visitSDiv()1200 APInt Mask(APInt::getSignBit(I.getType()->getPrimitiveSizeInBits())); in visitSRem()
800 APInt::getSignBit(I.getType()->getScalarSizeInBits()))) in visitAShr()
522 APInt::getSignBit(C->getBitWidth())); in decomposeBitTestICmp()534 APInt::getSignBit(C->getBitWidth())); in decomposeBitTestICmp()
2018 return APInt::getSignBit(BitWidth); in DemandedBitsLHSMask()
752 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits()); in SimplifyDemandedBits()762 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits()817 APInt::getSignBit(ExVT.getScalarType().getSizeInBits()).zext(BitWidth); in SimplifyDemandedBits()1002 NewMask == APInt::getSignBit(Op.getValueType().getSizeInBits()) && in SimplifyDemandedBits()
1749 return MaskedValueIsZero(Op, APInt::getSignBit(BitWidth), Depth); in SignBitIsZero()1949 APInt SignBit = APInt::getSignBit(BitWidth); in ComputeMaskedBits()1967 APInt InSignBit = APInt::getSignBit(EBits); in ComputeMaskedBits()
5770 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST()5809 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST()6776 DAG.getConstant(APInt::getSignBit(IntVT.getSizeInBits()), IntVT)); in visitFNEG()6863 DAG.getConstant(~APInt::getSignBit(IntVT.getSizeInBits()), IntVT)); in visitFABS()
2995 APInt x = APInt::getSignBit(NVT.getSizeInBits()); in ExpandNode()
443 static APInt getSignBit(unsigned BitWidth) { in getSignBit() function
10062 SDValue SB = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()), VT); in LowerVSETCC()