/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-10.0/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 35 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode() 107 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode() 383 assert((Rem->getType()->getIntegerBitWidth() == 32 || in expandRemainder() 384 Rem->getType()->getIntegerBitWidth() == 64) && in expandRemainder() 441 assert((Div->getType()->getIntegerBitWidth() == 32 || in expandDivision() 442 Div->getType()->getIntegerBitWidth() == 64) && in expandDivision() 493 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo32Bits() 542 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo64Bits() 591 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo32Bits() 639 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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 34 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode() 103 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode() 464 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo32Bits() 513 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo64Bits() 560 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo32Bits() 608 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo64Bits()
|
/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-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 153 Result = Result.zext(Op->getType()->getIntegerBitWidth()); in handlePhiDef() 156 Result = Result.sext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
|
D | StraightLineStrengthReduce.cpp | 541 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP() 552 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | Local.cpp | 33 unsigned IntPtrWidth = IntIdxTy->getScalarType()->getIntegerBitWidth(); in emitGEPOffset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 40 unsigned IntPtrWidth = IntIdxTy->getScalarType()->getIntegerBitWidth();
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | ExpandLargeDivRem.cpp | 75 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl()
|
D | ExpandLargeFpConvert.cpp | 95 unsigned BitWidth = FPToI->getType()->getIntegerBitWidth(); in expandFPToI() 312 unsigned BitWidth = IntVal->getType()->getIntegerBitWidth(); in expandIToFP() 590 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl() 604 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 186 Result = Result.zext(Op->getType()->getIntegerBitWidth()); in handlePhiDef() 189 Result = Result.sext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
|
D | StraightLineStrengthReduce.cpp | 551 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP() 562 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 134 switch (Ty->getIntegerBitWidth()) { in getValueType() 168 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName() 580 switch (Ty->getIntegerBitWidth()) { in getValueType() 614 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 199 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
|
/external/AFLplusplus/instrumentation/ |
D | cmplog-switches-pass.cc | 276 unsigned int max_size = Val->getType()->getIntegerBitWidth(), cast_size;
|
/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;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Type.h | 385 inline unsigned getIntegerBitWidth() const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 331 inline unsigned getIntegerBitWidth() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 351 inline unsigned getIntegerBitWidth() const;
|