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);
1215 unsigned IntPtrWidth = DL.getIndexTypeSizeInBits(GEP.getType()); in accumulateGEPOffset() local1216 assert(IntPtrWidth == Offset.getBitWidth()); in accumulateGEPOffset()1233 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx)); in accumulateGEPOffset()1237 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateGEPOffset()1238 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()2400 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets() local2401 APInt Offset = APInt::getNullValue(IntPtrWidth); in stripAndComputeInBoundsConstantOffsets()
469 unsigned IntPtrWidth = IntPtrTy->getIntegerBitWidth(); in evaluateGEPOffsetExpression() local475 IntPtrWidth) { in evaluateGEPOffsetExpression()483 Offset = SignExtend64(Offset, IntPtrWidth); in evaluateGEPOffsetExpression()484 VariableScale = SignExtend64(VariableScale, IntPtrWidth); in evaluateGEPOffsetExpression()