Home
last modified time | relevance | path

Searched refs:OffsetAPInt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h281 APInt OffsetAPInt(DL.getIndexTypeSizeInBits(Ptr->getType()), 0);
283 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
285 Offset = OffsetAPInt.getSExtValue();
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp377 APInt OffsetAPInt(DL.getIndexTypeSizeInBits(Ptr->getType()), 0); in getMinimalBaseOfPointer() local
379 stripAndAccumulateOffsets(A, QueryingAA, Ptr, DL, OffsetAPInt, in getMinimalBaseOfPointer()
382 BytesOffset = OffsetAPInt.getSExtValue(); in getMinimalBaseOfPointer()