Searched refs:getPointerTypeSizeInBits (Results 1 – 19 of 19) sorted by relevance
429 unsigned getPointerTypeSizeInBits(Type *) const;436 return getPointerTypeSizeInBits(Ty) / 8; in getPointerTypeSize()
66 if (!ElemType->isPointerTy() || DL.getPointerTypeSizeInBits(ElemType) != 64) in shouldConvertToRelLookupTable()
3519 unsigned BitWidth = DL.getPointerTypeSizeInBits(NewTy); in copyRangeMetadata()
213 APInt AccessSize(DL.getPointerTypeSizeInBits(V->getType()), in isDereferenceableAndAlignedPointer()723 APInt OneByte(DL.getPointerTypeSizeInBits(Ty), 1); in canReplacePointersIfEqual()
157 unsigned PointerSize = DL.getPointerTypeSizeInBits(AI.getType()); in getStaticAllocaSizeRange()
97 return DL.getPointerTypeSizeInBits(Ty); in getBitWidth()1014 Q.DL.getPointerTypeSizeInBits(ScalarTy) : in computeKnownBitsFromOperator()1763 assert(BitWidth == Q.DL.getPointerTypeSizeInBits(ScalarTy) && in computeKnownBits()3300 Q.DL.getPointerTypeSizeInBits(ScalarTy) : in ComputeNumSignBitsImpl()
1754 if (IntegerSize <= DL.getPointerTypeSizeInBits(I.getType())) { in visitIntToPtr()
1439 unsigned SrcPtrSize = DL.getPointerTypeSizeInBits(SrcPtr->getType()); in ConstantFoldCastOperand()
6849 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef()
592 SrcSize <= DL.getPointerTypeSizeInBits(Dst)) in getCastInstrCost()599 DstSize >= DL.getPointerTypeSizeInBits(Src)) in getCastInstrCost()1031 auto PtrSizeBits = DL.getPointerTypeSizeInBits(Ptr->getType()); in getGEPCost()
763 unsigned DataLayout::getPointerTypeSizeInBits(Type *Ty) const { in getPointerTypeSizeInBits() function in DataLayout886 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType()
3598 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) && in isBitOrNoopPointerCastable()3602 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) && in isBitOrNoopPointerCastable()
669 DL.getPointerTypeSizeInBits(GEP->getType())) { in checkOverflow()
63 return DL.getPointerTypeSizeInBits(Ty); in getBitWidth()
5692 return DL.getPointerTypeSizeInBits(SrcTy) == DestTy->getIntegerBitWidth(); in foldICmpWithCastOp()6113 : DL.getPointerTypeSizeInBits(Ty->getScalarType()); in foldICmpUsingKnownBits()
2023 unsigned BitWidth = DL.getPointerTypeSizeInBits(II->getType()); in visitCallInst()
2002 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV()
3166 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant()
1805 unsigned BitWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in getGlobalAddress()12230 unsigned PtrWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in InferPtrAlign()