Searched refs:getPointerSizeInBits (Results 1 – 20 of 20) sorted by relevance
29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64, in ARMELFWriterInfo()
241 unsigned IntPtrWidth = TD->getPointerSizeInBits(); in accumulateGEPOffset()382 if (TD && IntegerSize >= TD->getPointerSizeInBits()) { in visitPtrToInt()404 IntegerSize >= TD->getPointerSizeInBits(); in visitPtrToInt()419 if (TD && IntegerSize <= TD->getPointerSizeInBits()) { in visitIntToPtr()434 IntegerSize <= TD->getPointerSizeInBits(); in visitIntToPtr()772 unsigned IntPtrWidth = TD->getPointerSizeInBits(); in stripAndComputeInBoundsConstantOffsets()
878 if (TD->getPointerSizeInBits() < InWidth) { in ConstantFoldInstOperands()881 TD->getPointerSizeInBits())); in ConstantFoldInstOperands()895 TD->getPointerSizeInBits() <= CE->getType()->getScalarSizeInBits() && in ConstantFoldInstOperands()
344 if (TD->getPointerSizeInBits() > Width) in DecomposeGEPExpression()373 if (unsigned ShiftBits = 64-TD->getPointerSizeInBits()) { in DecomposeGEPExpression()
43 return TD ? TD->getPointerSizeInBits() : 0; in getBitWidth()1615 unsigned PtrSize = TD.getPointerSizeInBits(); in GetPointerBaseWithConstantOffset()
669 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in accumulateGEPOffset()704 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in stripAndComputeConstantOffsets()1874 Q.TD->getPointerSizeInBits() == DstTy->getPrimitiveSizeInBits()) { in SimplifyICmpInst()
29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64, in MBlazeELFWriterInfo()
422 bool isPPC64 = TD->getPointerSizeInBits() == 64; in doFinalization()507 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; in EmitFunctionStubs()602 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; in doFinalization()
205 unsigned getPointerSizeInBits() const { return 8*PointerMemSize; } in getPointerSizeInBits() function
470 return getPointerSizeInBits(); in getTypeSizeInBits()593 return IntegerType::get(C, getPointerSizeInBits()); in getIntPtrType()
1303 TD->getPointerSizeInBits()) { in visitIntToPtr()1309 TD->getPointerSizeInBits()) { in visitIntToPtr()1378 if (CI.getType()->getScalarSizeInBits() < TD->getPointerSizeInBits()) { in visitPtrToInt()1383 if (CI.getType()->getScalarSizeInBits() > TD->getPointerSizeInBits()) { in visitPtrToInt()
423 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in EmitGEPOffset()
371 Idx->getType()->getPrimitiveSizeInBits() > TD->getPointerSizeInBits()) in FoldCmpLoadFromIndexedGlobal()533 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in EvaluateGEPOffsetExpression()1554 TD->getPointerSizeInBits() == in visitICmpInstWithCastAndCast()
379 TheInterpreter->getTargetData()->getPointerSizeInBits() == 64 && in lle_X_sprintf()
1028 uint32_t PtrSize = TD.getPointerSizeInBits(); in executeIntToPtrInst()
646 uint32_t PtrWidth = TD->getPointerSizeInBits(); in getConstantValue()652 uint32_t PtrWidth = TD->getPointerSizeInBits(); in getConstantValue()
395 unsigned PtrSize = TD->getPointerSizeInBits()/8; in EmitGlobalVariable()1505 if (TD.getPointerSizeInBits() != 64) { in LowerConstant()1506 int SExtAmount = 64-TD.getPointerSizeInBits(); in LowerConstant()
764 unsigned BitWidth = TD ? TD->getPointerSizeInBits() : 64; in getOrEnforceKnownAlignment()
544 LongSize = TD->getPointerSizeInBits(); in runOnModule()
2364 .toCharUnitsFromBits(target.getPointerSizeInBits()); in EmitDeclareOfBlockDeclRefVariable()