| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
| H A D | ubsan_value.cpp | 74 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth(); in getSIntValue() 77 if (getType().getIntegerBitWidth() == 64) in getSIntValue() 80 if (getType().getIntegerBitWidth() == 128) in getSIntValue() 83 if (getType().getIntegerBitWidth() == 128) in getSIntValue() 93 if (getType().getIntegerBitWidth() == 64) in getUIntValue() 96 if (getType().getIntegerBitWidth() == 128) in getUIntValue() 99 if (getType().getIntegerBitWidth() == 128) in getUIntValue()
|
| H A D | ubsan_value.h | 123 unsigned getIntegerBitWidth() const { in getIntegerBitWidth() function 157 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt()
|
| H A D | ubsan_handlers.cpp | 339 RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth()) in handleShiftOutOfBoundsImpl() 355 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType; in handleShiftOutOfBoundsImpl() 602 << SrcTy << Value(SrcTy, Src) << SrcTy.getIntegerBitWidth() in handleImplicitConversion() 604 << DstTy.getIntegerBitWidth() << (DstSigned ? "" : "un"); in handleImplicitConversion()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A 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()
|
| H A D | BypassSlowDivision.cpp | 231 unsigned LongLen = V->getType()->getIntegerBitWidth(); in getValueRange()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandLargeDivRem.cpp | 75 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl()
|
| H A 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()
|
| H A D | CodeGenPrepare.cpp | 4327 Cst->getValue().isIntN(Inst->getType()->getIntegerBitWidth())) in canGetThrough() 4342 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough() 4343 ConsideredExtType->getIntegerBitWidth()) in canGetThrough() 4366 return Inst->getType()->getIntegerBitWidth() >= in canGetThrough() 4367 OpndType->getIntegerBitWidth(); in canGetThrough() 4508 unsigned BitWidth = Ext->getType()->getIntegerBitWidth(); in promoteOperandForOther() 5804 if (ExtTy->getScalarType()->getIntegerBitWidth() > in hasSameExtUse() 5805 CurTy->getScalarType()->getIntegerBitWidth()) { in hasSameExtUse() 7225 PHIType->getIntegerBitWidth() > ConditionType->getIntegerBitWidth() && in optimizeSwitchPhiConstants() 7239 CaseValue->getValue().zext(PHIType->getIntegerBitWidth())) in optimizeSwitchPhiConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | Local.cpp | 33 unsigned IntPtrWidth = IntIdxTy->getScalarType()->getIntegerBitWidth(); in emitGEPOffset()
|
| H A D | LazyValueInfo.cpp | 929 const unsigned ResultBitWidth = CI->getType()->getIntegerBitWidth(); in solveBlockValueCast() 1066 ConstantRange RHSRange(RHS->getType()->getIntegerBitWidth(), in getValueFromSimpleICmpCondition() 1410 unsigned BitWidth = Val->getType()->getIntegerBitWidth(); in getEdgeValueLocal() 1638 unsigned Width = V->getType()->getIntegerBitWidth(); in getConstantRange() 1719 unsigned Width = V->getType()->getIntegerBitWidth(); in getConstantRangeOnEdge()
|
| H A D | IVDescriptors.cpp | 1109 APInt::getSignedMaxValue(Tp->getIntegerBitWidth())); in getRecurrenceIdentity() 1112 APInt::getSignedMinValue(Tp->getIntegerBitWidth())); in getRecurrenceIdentity()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 186 Result = Result.zext(Op->getType()->getIntegerBitWidth()); in handlePhiDef() 189 Result = Result.sext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
|
| H A D | StraightLineStrengthReduce.cpp | 551 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP() 562 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
|
| H A D | CorrelatedValuePropagation.cpp | 716 unsigned OrigWidth = Instr->getType()->getIntegerBitWidth(); in narrowSDivOrSRem() 846 if (NewWidth >= Instr->getType()->getIntegerBitWidth()) in narrowUDivOrURem() 1012 unsigned OrigWidth = SDI->getType()->getIntegerBitWidth(); in processAShr()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 878 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() 939 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics()
|
| H A D | MemCpyOptimizer.cpp | 1305 if (DestSize->getType()->getIntegerBitWidth() > in processMemSetMemCpyDependence() 1306 SrcSize->getType()->getIntegerBitWidth()) in processMemSetMemCpyDependence()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Type.h | 385 inline unsigned getIntegerBitWidth() const;
|
| H A D | DataLayout.h | 693 return TypeSize::Fixed(Ty->getIntegerBitWidth()); in getTypeSizeInBits()
|
| H A D | DerivedTypes.h | 97 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 250 ->getIntegerBitWidth() != 1)) in getVPLegalizationStrategy()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 231 unsigned BitWidth = IntTy->getIntegerBitWidth(); in lowerFunnelShifts()
|
| H A D | SPIRVAsmPrinter.cpp | 368 switch (IntTy->getIntegerBitWidth()) { in encodeVecTypeHint()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 147 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName() 575 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName()
|
| H A D | AMDGPUCodeGenPrepare.cpp | 240 return T->getIntegerBitWidth(); in getBaseElementBitWidth() 241 return cast<VectorType>(T)->getElementType()->getIntegerBitWidth(); in getBaseElementBitWidth()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 354 int BitWidth = SVT->getIntegerBitWidth(); in simplifyX86varShift() 948 unsigned BitWidth = II.getType()->getIntegerBitWidth(); in instCombineIntrinsic() 972 unsigned BitWidth = II.getType()->getIntegerBitWidth(); in instCombineIntrinsic()
|