Searched refs:OffsetAPInt (Results 1 – 2 of 2) sorted by relevance
282 APInt OffsetAPInt(DL.getIndexTypeSizeInBits(Ptr->getType()), 0);284 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);286 Offset = OffsetAPInt.getSExtValue();
393 APInt OffsetAPInt(DL.getIndexTypeSizeInBits(Ptr->getType()), 0); in getMinimalBaseOfAccsesPointerOperand() local395 A, QueryingAA, Ptr, DL, OffsetAPInt, AllowNonInbounds); in getMinimalBaseOfAccsesPointerOperand()397 BytesOffset = OffsetAPInt.getSExtValue(); in getMinimalBaseOfAccsesPointerOperand()