Searched refs:IntPtrWidth (Results 1 – 3 of 3) sorted by relevance
40 unsigned IntPtrWidth = IntIdxTy->getScalarType()->getIntegerBitWidth(); variable42 std::numeric_limits<uint64_t>::max() >> (64 - IntPtrWidth);
997 unsigned IntPtrWidth = DL.getIndexTypeSizeInBits(GEP.getType()); in accumulateGEPOffset() local998 assert(IntPtrWidth == Offset.getBitWidth()); in accumulateGEPOffset()1015 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx)); in accumulateGEPOffset()1019 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateGEPOffset()1020 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()2182 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets() local2183 APInt Offset = APInt::getNullValue(IntPtrWidth); in stripAndComputeInBoundsConstantOffsets()
446 unsigned IntPtrWidth = IntPtrTy->getIntegerBitWidth(); in evaluateGEPOffsetExpression() local452 IntPtrWidth) { in evaluateGEPOffsetExpression()460 Offset = SignExtend64(Offset, IntPtrWidth); in evaluateGEPOffsetExpression()461 VariableScale = SignExtend64(VariableScale, IntPtrWidth); in evaluateGEPOffsetExpression()