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()
3593 unsigned BitWidth = DL.getPointerTypeSizeInBits(NewTy); in copyRangeMetadata()
615 SrcSize <= DL.getPointerTypeSizeInBits(Dst)) in getCastInstrCost()622 DstSize >= DL.getPointerTypeSizeInBits(Src)) in getCastInstrCost()1074 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()
3130 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) && in isBitOrNoopPointerCastable()3134 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) && in isBitOrNoopPointerCastable()
215 APInt AccessSize(DL.getPointerTypeSizeInBits(V->getType()), in isDereferenceableAndAlignedPointer()
157 unsigned PointerSize = DL.getPointerTypeSizeInBits(AI.getType()); in getStaticAllocaSizeRange()
98 return DL.getPointerTypeSizeInBits(Ty); in getBitWidth()1146 Q.DL.getPointerTypeSizeInBits(ScalarTy) : in computeKnownBitsFromOperator()2049 assert(BitWidth == Q.DL.getPointerTypeSizeInBits(ScalarTy) && in computeKnownBits()3784 Q.DL.getPointerTypeSizeInBits(ScalarTy) : in ComputeNumSignBitsImpl()
1764 if (IntegerSize <= DL.getPointerTypeSizeInBits(I.getType())) { in visitIntToPtr()
1442 unsigned SrcPtrSize = DL.getPointerTypeSizeInBits(SrcPtr->getType()); in ConstantFoldCastOperand()
6863 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef()
676 DL.getPointerTypeSizeInBits(GEP->getType())) { in checkOverflow()
2021 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV()
63 return DL.getPointerTypeSizeInBits(Ty); in getBitWidth()
6021 return DL.getPointerTypeSizeInBits(SrcTy) == DestTy->getIntegerBitWidth(); in foldICmpWithCastOp()6442 : DL.getPointerTypeSizeInBits(Ty->getScalarType()); in foldICmpUsingKnownBits()
2113 unsigned BitWidth = DL.getPointerTypeSizeInBits(II->getType()); in visitCallInst()
3177 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant()
1836 unsigned BitWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in getGlobalAddress()12560 unsigned PtrWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in InferPtrAlign()