Searched refs:IntPtrWidth (Results 1 – 3 of 3) sorted by relevance
40 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth(); variable42 std::numeric_limits<uint64_t>::max() >> (64 - IntPtrWidth);
380 unsigned IntPtrWidth = DL.getIndexTypeSizeInBits(GEP.getType()); in accumulateGEPOffset() local381 assert(IntPtrWidth == Offset.getBitWidth()); in accumulateGEPOffset()398 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx)); in accumulateGEPOffset()402 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateGEPOffset()403 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()1642 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets() local1643 APInt Offset = APInt::getNullValue(IntPtrWidth); in stripAndComputeInBoundsConstantOffsets()
513 unsigned IntPtrWidth = IntPtrTy->getIntegerBitWidth(); in evaluateGEPOffsetExpression() local518 if (VariableIdx->getType()->getPrimitiveSizeInBits() > IntPtrWidth) { in evaluateGEPOffsetExpression()526 Offset = SignExtend64(Offset, IntPtrWidth); in evaluateGEPOffsetExpression()527 VariableScale = SignExtend64(VariableScale, IntPtrWidth); in evaluateGEPOffsetExpression()