/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Operator.cpp | 58 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
|
D | ConstantRange.cpp | 714 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
|
/external/llvm/lib/IR/ |
D | Operator.cpp | 44 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
|
D | ConstantRange.cpp | 639 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantRange.h | 199 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
|
/external/llvm/include/llvm/IR/ |
D | ConstantRange.h | 250 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 257 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APSInt.h | 86 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
|
D | APInt.h | 1052 APInt sextOrTrunc(unsigned width) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 740 ConstIdx->getValue().sextOrTrunc(PtrSizeBits) * ElementSize; in getGEPCost() 757 BaseOffset.sextOrTrunc(64).getSExtValue(), HasBaseReg, Scale, AS)) in getGEPCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Loads.cpp | 97 Base, Align, Offset + Size.sextOrTrunc(Offset.getBitWidth()), in isDereferenceableAndAlignedPointer()
|
D | BasicAliasAnalysis.cpp | 530 IndexScale = IndexScale.sextOrTrunc(64); in DecomposeGEPExpression()
|
D | InlineCost.cpp | 400 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 96 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
|
D | APInt.h | 1202 APInt LLVM_ATTRIBUTE_UNUSED_RESULT sextOrTrunc(unsigned width) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 96 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
|
D | APInt.h | 1358 APInt sextOrTrunc(unsigned width) const;
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | ConstantRange.cpp | 492 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 56 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1178 APInt sextOrTrunc(unsigned width) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 247 Val.getValue().sextOrTrunc(Ty.getSizeInBits())); in buildConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 74 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost()
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 331 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 1181 CR.sextOrTrunc(NewBits))) in getSignExtendExpr() 3361 ConstantRange ExtStepRange = StepRange.sextOrTrunc(BitWidth*2+1); in getUnsignedRange() 3512 ConstantRange ExtStartRange = StartRange.sextOrTrunc(BitWidth*2+1); in getSignedRange() 3513 ConstantRange ExtStepRange = StepRange.sextOrTrunc(BitWidth*2+1); in getSignedRange() 3516 ConstantRange ExtEndRange = EndRange.sextOrTrunc(BitWidth*2+1); in getSignedRange()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 523 uint64_t IdxN = CI->getValue().sextOrTrunc(64).getSExtValue(); in selectGetElementPtr()
|