Home
last modified time | relevance | path

Searched refs:sextOrTrunc (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
DConstantRange.h199 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/external/llvm/include/llvm/ADT/
DAPSInt.h86 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
DAPInt.h1063 APInt sextOrTrunc(unsigned width) const;
/external/llvm/lib/Support/
DConstantRange.cpp472 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
DAPInt.cpp1010 APInt APInt::sextOrTrunc(unsigned width) const { in sextOrTrunc() function in APInt
/external/llvm/lib/Analysis/
DInlineCost.cpp263 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
DScalarEvolution.cpp1200 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()
DInstructionSimplify.cpp688 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2386 return getConstant(Val.sextOrTrunc(VT.getSizeInBits()), VT); in getNode()