Searched refs:getPointerTypeSizeInBits (Results 1 – 18 of 18) sorted by relevance
423 unsigned getPointerTypeSizeInBits(Type *) const;430 return getPointerTypeSizeInBits(Ty) / 8; in getPointerTypeSize()
228 APInt AccessSize(DL.getPointerTypeSizeInBits(V->getType()), in isDereferenceableAndAlignedPointer()662 APInt OneByte(DL.getPointerTypeSizeInBits(Ty), 1); in canReplacePointersIfEqual()
1384 unsigned PtrWidth = DL.getPointerTypeSizeInBits(CE->getType()); in ConstantFoldCastOperand()1404 unsigned SrcPtrSize = DL.getPointerTypeSizeInBits(SrcPtr->getType()); in ConstantFoldCastOperand()
93 return DL.getPointerTypeSizeInBits(Ty); in getBitWidth()1168 Q.DL.getPointerTypeSizeInBits(ScalarTy) : in computeKnownBitsFromOperator()1870 assert(BitWidth == Q.DL.getPointerTypeSizeInBits(ScalarTy) && in computeKnownBits()2919 Q.DL.getPointerTypeSizeInBits(ScalarTy) : in ComputeNumSignBitsImpl()
1539 if (IntegerSize <= DL.getPointerTypeSizeInBits(I.getType())) { in visitIntToPtr()
6206 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef()
487 SrcSize <= DL.getPointerTypeSizeInBits(Dst)) in getCastInstrCost()494 DstSize >= DL.getPointerTypeSizeInBits(Src)) in getCastInstrCost()870 auto PtrSizeBits = DL.getPointerTypeSizeInBits(Ptr->getType());
713 unsigned DataLayout::getPointerTypeSizeInBits(Type *Ty) const { in getPointerTypeSizeInBits() function in DataLayout846 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType()
3231 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) && in isBitOrNoopPointerCastable()3235 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) && in isBitOrNoopPointerCastable()
460 DL.getPointerTypeSizeInBits(GEP->getType())) { in checkOverflow()
172 APInt Offset = APInt(DL.getPointerTypeSizeInBits(GEP->getType()), 0); in visitICmpLoadOperand()
332 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType()); in areConsecutivePointers()
353 if (IntToPtr && DL.getPointerTypeSizeInBits(IntToPtr->getDestTy()) == in simplifyIntToPtrRoundTripCast()360 DL.getPointerTypeSizeInBits(PtrToInt->getSrcTy()) == in simplifyIntToPtrRoundTripCast()
4601 return DL.getPointerTypeSizeInBits(SrcTy) == DestTy->getIntegerBitWidth(); in foldICmpWithCastOp()5119 : DL.getPointerTypeSizeInBits(Ty->getScalarType()); in foldICmpUsingKnownBits()
2020 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV()
2785 unsigned BitWidth = DL.getPointerTypeSizeInBits(NewTy); in copyRangeMetadata()
2520 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant()
1552 unsigned BitWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in getGlobalAddress()10155 unsigned PtrWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in InferPtrAlign()