Searched refs:IntPtrWidth (Results 1 – 10 of 10) sorted by relevance
40 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth(); variable42 std::numeric_limits<uint64_t>::max() >> (64 - IntPtrWidth);
199 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth(); variable200 uint64_t PtrSizeMask = ~0ULL >> (64 - IntPtrWidth);
308 unsigned IntPtrWidth = DL.getPointerSizeInBits(); in accumulateGEPOffset() local309 assert(IntPtrWidth == Offset.getBitWidth()); in accumulateGEPOffset()326 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx)); in accumulateGEPOffset()330 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateGEPOffset()331 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()1158 unsigned IntPtrWidth = DL.getPointerSizeInBits(); in stripAndComputeInBoundsConstantOffsets() local1159 APInt Offset = APInt::getNullValue(IntPtrWidth); in stripAndComputeInBoundsConstantOffsets()
377 unsigned IntPtrWidth = DL.getIndexTypeSizeInBits(GEP.getType()); in accumulateGEPOffset() local378 assert(IntPtrWidth == Offset.getBitWidth()); in accumulateGEPOffset()395 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx)); in accumulateGEPOffset()399 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateGEPOffset()400 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()1626 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets() local1627 APInt Offset = APInt::getNullValue(IntPtrWidth); in stripAndComputeInBoundsConstantOffsets()
412 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in EmitGEPOffset() local413 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in EmitGEPOffset()
528 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in EvaluateGEPOffsetExpression() local533 if (VariableIdx->getType()->getPrimitiveSizeInBits() > IntPtrWidth) { in EvaluateGEPOffsetExpression()542 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in EvaluateGEPOffsetExpression()
571 unsigned IntPtrWidth = IntPtrTy->getIntegerBitWidth(); in EvaluateGEPOffsetExpression() local576 if (VariableIdx->getType()->getPrimitiveSizeInBits() > IntPtrWidth) { in EvaluateGEPOffsetExpression()584 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in EvaluateGEPOffsetExpression()
513 unsigned IntPtrWidth = IntPtrTy->getIntegerBitWidth(); in evaluateGEPOffsetExpression() local518 if (VariableIdx->getType()->getPrimitiveSizeInBits() > IntPtrWidth) { in evaluateGEPOffsetExpression()526 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in evaluateGEPOffsetExpression()
2902 unsigned IntPtrWidth = DL.getPointerSizeInBits(OtherAS); in visitMemTransferInst() local2903 APInt OtherOffset(IntPtrWidth, NewBeginOffset - BeginOffset); in visitMemTransferInst()
2781 unsigned IntPtrWidth = DL.getPointerSizeInBits(OtherAS); in visitMemTransferInst() local2782 APInt OtherOffset(IntPtrWidth, NewBeginOffset - BeginOffset); in visitMemTransferInst()