Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DOperator.cpp58 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
DConstantRange.cpp714 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
/external/llvm/lib/IR/
DOperator.cpp44 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
DConstantRange.cpp639 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantRange.h199 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/external/llvm/include/llvm/IR/
DConstantRange.h250 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantRange.h257 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPSInt.h86 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
DAPInt.h1052 APInt sextOrTrunc(unsigned width) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h740 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/
DLoads.cpp97 Base, Align, Offset + Size.sextOrTrunc(Offset.getBitWidth()), in isDereferenceableAndAlignedPointer()
DBasicAliasAnalysis.cpp530 IndexScale = IndexScale.sextOrTrunc(64); in DecomposeGEPExpression()
DInlineCost.cpp400 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
/external/llvm/include/llvm/ADT/
DAPSInt.h96 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
DAPInt.h1202 APInt LLVM_ATTRIBUTE_UNUSED_RESULT sextOrTrunc(unsigned width) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPSInt.h96 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
DAPInt.h1358 APInt sextOrTrunc(unsigned width) const;
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp492 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp56 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1178 APInt sextOrTrunc(unsigned width) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp247 Val.getValue().sextOrTrunc(Ty.getSizeInBits())); in buildConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp74 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost()
/external/llvm/lib/Analysis/
DInlineCost.cpp331 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp1181 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/
DFastISel.cpp523 uint64_t IdxN = CI->getValue().sextOrTrunc(64).getSExtValue(); in selectGetElementPtr()

12