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

/external/llvm/include/llvm/Support/
H A DConstantRange.h197 /// sextOrTrunc - make this range have the bit width given by \p BitWidth. The
199 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/external/llvm/include/llvm/ADT/
H A DAPSInt.h86 return APSInt(sextOrTrunc(width), IsUnsigned);
H A DAPInt.h1063 APInt sextOrTrunc(unsigned width) const;
/external/llvm/lib/Support/
H A DConstantRange.cpp470 /// sextOrTrunc - make this range have the bit width given by \p DstTySize. The
472 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { function in class:ConstantRange
H A DAPInt.cpp1010 APInt APInt::sextOrTrunc(unsigned width) const {
/external/llvm/lib/Analysis/
H A DInlineCost.cpp263 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
H A DScalarEvolution.cpp1200 CR.sextOrTrunc(NewBits)))
3379 ConstantRange ExtStepRange = StepRange.sextOrTrunc(BitWidth*2+1);
3529 ConstantRange ExtStartRange = StartRange.sextOrTrunc(BitWidth*2+1);
3530 ConstantRange ExtStepRange = StepRange.sextOrTrunc(BitWidth*2+1);
3533 ConstantRange ExtEndRange = EndRange.sextOrTrunc(BitWidth*2+1);
H A DInstructionSimplify.cpp688 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2386 return getConstant(Val.sextOrTrunc(VT.getSizeInBits()), VT);

Completed in 175 milliseconds