Searched refs:getPointerTypeSizeInBits (Results 1 – 14 of 14) sorted by relevance
382 unsigned getPointerTypeSizeInBits(Type *) const;389 return getPointerTypeSizeInBits(Ty) / 8; in getPointerTypeSize()
79 OpSize <= DL.getPointerTypeSizeInBits(Ty)) in getOperationCost()90 DestSize >= DL.getPointerTypeSizeInBits(OpTy)) in getOperationCost()725 auto PtrSizeBits = DL.getPointerTypeSizeInBits(Ptr->getType()); in getGEPCost()
466 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(F->getType()); in addLogicalModule()
646 unsigned DataLayout::getPointerTypeSizeInBits(Type *Ty) const { in getPointerTypeSizeInBits() function in DataLayout
2893 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) && in isBitOrNoopPointerCastable()2897 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) && in isBitOrNoopPointerCastable()
153 APInt Offset = APInt(DL.getPointerTypeSizeInBits(GEP->getType()), 0); in visitICmpLoadOperand()
500 IntTyBits = DL.getPointerTypeSizeInBits(V->getType()); in compute()
1290 unsigned PtrWidth = DL.getPointerTypeSizeInBits(CE->getType()); in ConstantFoldCastOperand()1310 unsigned SrcPtrSize = DL.getPointerTypeSizeInBits(SrcPtr->getType()); in ConstantFoldCastOperand()
688 if (IntegerSize <= DL.getPointerTypeSizeInBits(I.getType())) { in visitIntToPtr()
342 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType()); in areConsecutivePointers()
2059 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV()
2158 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant()
3710 return DL.getPointerTypeSizeInBits(SrcTy) == DestTy->getIntegerBitWidth(); in foldICmpWithCastAndCast()
1339 unsigned BitWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in getGlobalAddress()