| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 180 Result = Result.zext(Op->getType()->getIntegerBitWidth()); in handlePhiDef() 183 Result = Result.sext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
|
| H A D | StraightLineStrengthReduce.cpp | 547 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP() 558 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
|
| H A D | CorrelatedValuePropagation.cpp | 689 unsigned OrigWidth = Instr->getType()->getIntegerBitWidth(); in narrowSDivOrSRem() 826 if (NewWidth >= Instr->getType()->getIntegerBitWidth()) in narrowUDivOrURem() 1009 unsigned OrigWidth = SDI->getType()->getIntegerBitWidth(); in processAShr()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 886 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() 946 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandLargeDivRem.cpp | 76 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl()
|
| H A D | ExpandLargeFpConvert.cpp | 96 unsigned BitWidth = FPToI->getType()->getIntegerBitWidth(); in expandFPToI() 313 unsigned BitWidth = IntVal->getType()->getIntegerBitWidth(); in expandIToFP() 591 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl() 605 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()
|
| H A D | CodeGenPrepare.cpp | 4469 Cst->getValue().isIntN(Inst->getType()->getIntegerBitWidth())) in canGetThrough() 4484 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough() 4485 ConsideredExtType->getIntegerBitWidth()) in canGetThrough() 4508 return Inst->getType()->getIntegerBitWidth() >= in canGetThrough() 4509 OpndType->getIntegerBitWidth(); in canGetThrough() 4648 unsigned BitWidth = Ext->getType()->getIntegerBitWidth(); in promoteOperandForOther() 5945 if (ExtTy->getScalarType()->getIntegerBitWidth() > in hasSameExtUse() 5946 CurTy->getScalarType()->getIntegerBitWidth()) { in hasSameExtUse() 7387 PHIType->getIntegerBitWidth() > ConditionType->getIntegerBitWidth() && in optimizeSwitchPhiConstants() 7401 CaseValue->getValue().zext(PHIType->getIntegerBitWidth())) in optimizeSwitchPhiConstants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 42 hash(ValueType->getIntegerBitWidth()); in hashType()
|
| H A D | Constants.cpp | 1505 unsigned NumBits = Ty->getIntegerBitWidth(); // assert okay in isValueValidForType() 1512 unsigned NumBits = Ty->getIntegerBitWidth(); in isValueValidForType() 2567 Ty, APInt::getSignedMinValue(Ty->getIntegerBitWidth())); in getIntrinsicIdentity() 2570 Ty, APInt::getSignedMaxValue(Ty->getIntegerBitWidth())); in getIntrinsicIdentity() 2924 switch (getElementType()->getIntegerBitWidth()) { in getElementAsInteger() 2944 switch (getElementType()->getIntegerBitWidth()) { in getElementAsAPInt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 392 inline unsigned getIntegerBitWidth() const;
|
| H A D | DataLayout.h | 689 return TypeSize::getFixed(Ty->getIntegerBitWidth()); in getTypeSizeInBits()
|
| H A D | DerivedTypes.h | 97 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 336 return T->getIntegerBitWidth() <= Subtarget.getXLen() * 2; in isSupportedArgumentType() 357 return T->getIntegerBitWidth() <= Subtarget.getXLen() * 2; in isSupportedReturnType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 266 ->getIntegerBitWidth() != 1)) in getVPLegalizationStrategy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 179 unsigned BitWidth = IntTy->getIntegerBitWidth(); in lowerFunnelShifts()
|
| H A D | SPIRVAsmPrinter.cpp | 371 switch (IntTy->getIntegerBitWidth()) { in encodeVecTypeHint()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 1072 APInt::getSignedMaxValue(Tp->getIntegerBitWidth())); in getRecurrenceIdentity() 1075 APInt::getSignedMinValue(Tp->getIntegerBitWidth())); in getRecurrenceIdentity()
|
| H A D | LazyValueInfo.cpp | 964 const unsigned ResultBitWidth = CI->getType()->getIntegerBitWidth(); in solveBlockValueCast() 1109 ConstantRange RHSRange(RHS->getType()->getIntegerBitWidth(), in getValueFromSimpleICmpCondition() 1451 unsigned BitWidth = Val->getType()->getIntegerBitWidth(); in getEdgeValueLocal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 324 if (SExt->getSrcTy()->getIntegerBitWidth() != MaxBitWidth) in IsNarrowSequence()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 144 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName()
|