Searched refs:sextOrTrunc (Results 1 – 9 of 9) sorted by relevance
199 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
86 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
1063 APInt sextOrTrunc(unsigned width) const;
472 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
1010 APInt APInt::sextOrTrunc(unsigned width) const { in sextOrTrunc() function in APInt
263 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
1200 CR.sextOrTrunc(NewBits))) in getSignExtendExpr()3379 ConstantRange ExtStepRange = StepRange.sextOrTrunc(BitWidth*2+1); in getUnsignedRange()3529 ConstantRange ExtStartRange = StartRange.sextOrTrunc(BitWidth*2+1); in getSignedRange()3530 ConstantRange ExtStepRange = StepRange.sextOrTrunc(BitWidth*2+1); in getSignedRange()3533 ConstantRange ExtEndRange = EndRange.sextOrTrunc(BitWidth*2+1); in getSignedRange()
688 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
2386 return getConstant(Val.sextOrTrunc(VT.getSizeInBits()), VT); in getNode()