/external/compiler-rt/lib/ubsan/ |
D | ubsan_value.cc | 29 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()
|
D | ubsan_value.h | 124 unsigned getIntegerBitWidth() const { in getIntegerBitWidth() function 155 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt()
|
D | ubsan_handlers.cc | 228 RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth()) in handleShiftOutOfBoundsImpl() 243 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType; in handleShiftOutOfBoundsImpl()
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 36 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/ |
D | IntegerDivision.cpp | 36 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/ |
D | AArch64AddressTypePromotion.cpp | 169 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/ |
D | SPIRVType.cpp | 68 return isTypeInt()? getIntegerBitWidth() : getFloatBitWidth(); in getBitWidth() 78 SPIRVType::getIntegerBitWidth()const { in getIntegerBitWidth() function in SPIRV::SPIRVType
|
/external/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 126 unsigned EltTySize = VecEltTy->getIntegerBitWidth(); in DecodeVPERMILPMask() 179 unsigned EltTySize = VecEltTy->getIntegerBitWidth(); in DecodeVPERMIL2PMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 147 Result = Result.zext(Op->getType()->getIntegerBitWidth()); in handlePhiDef() 150 Result = Result.sext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
|
D | StraightLineStrengthReduce.cpp | 541 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP() 552 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
|
D | SeparateConstOffsetFromGEP.cpp | 843 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/ |
D | ARMParallelDSP.cpp | 223 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/ |
D | Local.h | 40 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 127 switch (Ty->getIntegerBitWidth()) { in getValueType() 161 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1000 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/ |
D | Local.h | 199 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 507 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP() 518 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 526 return Ty->getIntegerBitWidth(); in getTypeSizeInBits()
|
D | Type.h | 329 inline unsigned getIntegerBitWidth() const;
|
D | DerivedTypes.h | 93 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 331 inline unsigned getIntegerBitWidth() const;
|
D | DerivedTypes.h | 96 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 576 return Ty->getIntegerBitWidth(); in getTypeSizeInBits()
|
D | Type.h | 348 inline unsigned getIntegerBitWidth() const;
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 515 unsigned BitWidth = V->getType()->getIntegerBitWidth(); in isZero() 532 unsigned BitWidth = VecTy->getElementType()->getIntegerBitWidth(); in isZero()
|