Home
last modified time | relevance | path

Searched refs:getIntegerBitWidth (Results 1 – 25 of 77) sorted by relevance

1234

/external/compiler-rt/lib/ubsan/
Dubsan_value.cc29 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth(); in getSIntValue()
32 if (getType().getIntegerBitWidth() == 64) in getSIntValue()
35 if (getType().getIntegerBitWidth() == 128) in getSIntValue()
38 if (getType().getIntegerBitWidth() == 128) in getSIntValue()
48 if (getType().getIntegerBitWidth() == 64) in getUIntValue()
51 if (getType().getIntegerBitWidth() == 128) in getUIntValue()
54 if (getType().getIntegerBitWidth() == 128) in getUIntValue()
Dubsan_value.h124 unsigned getIntegerBitWidth() const { in getIntegerBitWidth() function
155 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt()
Dubsan_handlers.cc228 RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth()) in handleShiftOutOfBoundsImpl()
243 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType; in handleShiftOutOfBoundsImpl()
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp36 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode()
108 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode()
384 assert((Rem->getType()->getIntegerBitWidth() == 32 || in expandRemainder()
385 Rem->getType()->getIntegerBitWidth() == 64) && in expandRemainder()
442 assert((Div->getType()->getIntegerBitWidth() == 32 || in expandDivision()
443 Div->getType()->getIntegerBitWidth() == 64) && in expandDivision()
494 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo32Bits()
543 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo64Bits()
592 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo32Bits()
640 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo64Bits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp36 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode()
108 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode()
384 assert((Rem->getType()->getIntegerBitWidth() == 32 || in expandRemainder()
385 Rem->getType()->getIntegerBitWidth() == 64) && in expandRemainder()
442 assert((Div->getType()->getIntegerBitWidth() == 32 || in expandDivision()
443 Div->getType()->getIntegerBitWidth() == 64) && in expandDivision()
494 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo32Bits()
543 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo64Bits()
592 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo32Bits()
640 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo64Bits()
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp169 if (Inst->getType()->getIntegerBitWidth() >= in canGetThrough()
170 Opnd->getOperand(0)->getType()->getIntegerBitWidth() && in canGetThrough()
171 Inst->getOperand(0)->getType()->getIntegerBitWidth() <= in canGetThrough()
172 ConsideredSExtType->getIntegerBitWidth()) in canGetThrough()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp68 return isTypeInt()? getIntegerBitWidth() : getFloatBitWidth(); in getBitWidth()
78 SPIRVType::getIntegerBitWidth()const { in getIntegerBitWidth() function in SPIRV::SPIRVType
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp126 unsigned EltTySize = VecEltTy->getIntegerBitWidth(); in DecodeVPERMILPMask()
179 unsigned EltTySize = VecEltTy->getIntegerBitWidth(); in DecodeVPERMIL2PMask()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp147 Result = Result.zext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
150 Result = Result.sext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
DStraightLineStrengthReduce.cpp541 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
552 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
DSeparateConstOffsetFromGEP.cpp843 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs()
904 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp223 if (cast<TruncInst>(I)->getDestTy()->getIntegerBitWidth() == MaxBitWidth) in IsNarrowSequence()
231 if (cast<CastInst>(I)->getSrcTy()->getIntegerBitWidth() != MaxBitWidth) { in IsNarrowSequence()
233 cast<CastInst>(I)->getSrcTy()->getIntegerBitWidth() << "\n"); in IsNarrowSequence()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
DLocal.h40 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp127 switch (Ty->getIntegerBitWidth()) { in getValueType()
161 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1000 const unsigned ResultBitWidth = CI->getType()->getIntegerBitWidth(); in solveBlockValueCast()
1110 ConstantRange RHSRange(RHS->getType()->getIntegerBitWidth(), in getValueFromICmpCondition()
1321 unsigned BitWidth = Val->getType()->getIntegerBitWidth(); in getEdgeValueLocal()
1570 unsigned Width = V->getType()->getIntegerBitWidth(); in getConstantRange()
1608 unsigned Width = V->getType()->getIntegerBitWidth(); in getConstantRangeOnEdge()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h199 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp507 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
518 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
/external/llvm/include/llvm/IR/
DDataLayout.h526 return Ty->getIntegerBitWidth(); in getTypeSizeInBits()
DType.h329 inline unsigned getIntegerBitWidth() const;
DDerivedTypes.h93 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h331 inline unsigned getIntegerBitWidth() const;
DDerivedTypes.h96 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h576 return Ty->getIntegerBitWidth(); in getTypeSizeInBits()
DType.h348 inline unsigned getIntegerBitWidth() const;
/external/llvm/lib/Analysis/
DLint.cpp515 unsigned BitWidth = V->getType()->getIntegerBitWidth(); in isZero()
532 unsigned BitWidth = VecTy->getElementType()->getIntegerBitWidth(); in isZero()

1234