Searched refs:NewPtrBitWidth (Results 1 – 1 of 1) sorted by relevance
1483 unsigned NewPtrBitWidth = DL.getTypeStoreSizeInBits(PtrA->getType()); in getConstantOffset() local1484 if (NewPtrBitWidth != DL.getTypeStoreSizeInBits(PtrB->getType())) in getConstantOffset()1490 assert(OffsetA.getSignificantBits() <= NewPtrBitWidth && in getConstantOffset()1491 OffsetB.getSignificantBits() <= NewPtrBitWidth); in getConstantOffset()1493 OffsetA = OffsetA.sextOrTrunc(NewPtrBitWidth); in getConstantOffset()1494 OffsetB = OffsetB.sextOrTrunc(NewPtrBitWidth); in getConstantOffset()1506 APInt Dist = DistRange.getSingleElement()->sextOrTrunc(NewPtrBitWidth); in getConstantOffset()