| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_value.cpp | 77 if (getType().getIntegerBitWidth() == 64) { in getSIntValue() 82 if (getType().getIntegerBitWidth() == 128) in getSIntValue() 86 if (getType().getIntegerBitWidth() == 128) in getSIntValue() 96 if (getType().getIntegerBitWidth() == 64) in getUIntValue() 99 if (getType().getIntegerBitWidth() == 128) in getUIntValue() 102 if (getType().getIntegerBitWidth() == 128) in getUIntValue()
|
| H A D | ubsan_value.h | 135 unsigned getIntegerBitWidth() const { in getIntegerBitWidth() function 159 return getIntegerBitWidth(); in getIntegerBitCount() 191 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() 624 << SrcTy << Value(SrcTy, Src) << SrcTy.getIntegerBitWidth() in handleImplicitConversion() 631 << SrcTy << Value(SrcTy, Src) << SrcTy.getIntegerBitWidth() in handleImplicitConversion() 633 << DstTy.getIntegerBitWidth() << (DstSigned ? "" : "un"); in handleImplicitConversion()
|
| /freebsd/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() 463 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo32Bits() 512 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo64Bits() 559 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo32Bits() 607 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo64Bits()
|
| H A D | BypassSlowDivision.cpp | 230 unsigned LongLen = V->getType()->getIntegerBitWidth(); in getValueRange()
|
| /freebsd/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 | 549 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP() 560 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 916 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() 976 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandFp.cpp | 98 unsigned BitWidth = FPToI->getType()->getIntegerBitWidth(); in expandFPToI() 320 unsigned BitWidth = IntVal->getType()->getIntegerBitWidth(); in expandIToFP() 620 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl() 638 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()
|
| H A D | ExpandLargeDivRem.cpp | 102 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl()
|
| H A D | SelectOptimize.cpp | 808 I->getType()->getIntegerBitWidth() == Shift->getZExtValue() + 1) { in collectSelectGroups() 843 X->getType()->getIntegerBitWidth() == Shift->getZExtValue() + 1)) { in collectSelectGroups()
|
| H A D | CodeGenPrepare.cpp | 4900 Cst->getValue().isIntN(Inst->getType()->getIntegerBitWidth())) in canGetThrough() 4915 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough() 4916 ConsideredExtType->getIntegerBitWidth()) in canGetThrough() 4939 return Inst->getType()->getIntegerBitWidth() >= in canGetThrough() 4940 OpndType->getIntegerBitWidth(); in canGetThrough() 5079 unsigned BitWidth = Ext->getType()->getIntegerBitWidth(); in promoteOperandForOther() 6451 if (ExtTy->getScalarType()->getIntegerBitWidth() > in hasSameExtUse() 6452 CurTy->getScalarType()->getIntegerBitWidth()) { in hasSameExtUse() 7893 PHIType->getIntegerBitWidth() > ConditionType->getIntegerBitWidth() && in optimizeSwitchPhiConstants() 7907 CaseValue->getValue().zext(PHIType->getIntegerBitWidth())) in optimizeSwitchPhiConstants()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVVMIntrRange.cpp | 50 const uint64_t BitWidth = II->getType()->getIntegerBitWidth(); in addRangeAttr()
|
| H A D | NVPTXTargetTransformInfo.cpp | 402 if (ShiftConst->getZExtValue() >= II->getType()->getIntegerBitWidth()) in convertNvvmIntrinsicToLlvm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 174 std::to_string(CInt->getType()->getIntegerBitWidth() == 1 in getAnnotation() 301 unsigned BitWidth = IntTy->getIntegerBitWidth(); in lowerFunnelShifts()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | HashRecognize.cpp | 605 if (TC > (LHSAux ? LHSAux->getType()->getIntegerBitWidth() in recognizeCRC() 606 : LHS->getType()->getIntegerBitWidth())) in recognizeCRC()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 393 LLVM_ABI inline unsigned getIntegerBitWidth() const;
|
| H A D | DataLayout.h | 691 return TypeSize::getFixed(Ty->getIntegerBitWidth()); in getTypeSizeInBits()
|
| H A D | DerivedTypes.h | 99 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 53 Hashes.emplace_back(ValueType->getIntegerBitWidth()); in hashType()
|
| H A D | Constants.cpp | 1602 unsigned NumBits = Ty->getIntegerBitWidth(); // assert okay in isValueValidForType() 1609 unsigned NumBits = Ty->getIntegerBitWidth(); in isValueValidForType() 2728 Ty, APInt::getSignedMinValue(Ty->getIntegerBitWidth())); in getIntrinsicIdentity() 2731 Ty, APInt::getSignedMaxValue(Ty->getIntegerBitWidth())); in getIntrinsicIdentity() 3100 switch (getElementType()->getIntegerBitWidth()) { in getElementAsInteger() 3120 switch (getElementType()->getIntegerBitWidth()) { in getElementAsAPInt()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | X86.cpp | 141 unsigned NumElts = Ops[0]->getType()->getIntegerBitWidth(); in EmitX86MaskLogic() 232 CGF.Builder.getInt1Ty(), Mask->getType()->getIntegerBitWidth()); in EmitX86ScalarSelect() 1885 unsigned NumElts = Ops[0]->getType()->getIntegerBitWidth(); in EmitX86BuiltinExpr() 1906 unsigned NumElts = Ops[0]->getType()->getIntegerBitWidth(); in EmitX86BuiltinExpr() 2109 unsigned NumElts = Ops[0]->getType()->getIntegerBitWidth(); in EmitX86BuiltinExpr() 2137 unsigned NumElts = Ops[0]->getType()->getIntegerBitWidth(); in EmitX86BuiltinExpr() 2173 unsigned NumElts = Ops[0]->getType()->getIntegerBitWidth(); in EmitX86BuiltinExpr() 2185 unsigned NumElts = Ops[0]->getType()->getIntegerBitWidth(); in EmitX86BuiltinExpr() 2193 unsigned NumElts = Ops[0]->getType()->getIntegerBitWidth(); in EmitX86BuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILLegalizePass.cpp | 58 unsigned NewBitWidth = InstrType->getIntegerBitWidth(); in fixI8UseChain() 553 APInt(Replacement->getType()->getIntegerBitWidth(), 32))); in legalizeGetHighLowi64Bytes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 308 unsigned BW = Ty->getIntegerBitWidth(); in getSentinelValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 351 ->getIntegerBitWidth() != 1)) in getVPLegalizationStrategy()
|