Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h643 APInt OffsetAPInt(DL.getIndexTypeSizeInBits(Ptr->getType()), 0);
645 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
647 Offset = OffsetAPInt.getSExtValue();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp344 APInt OffsetAPInt(DL.getIndexTypeSizeInBits(Ptr->getType()), 0); in getMinimalBaseOfPointer() local
346 stripAndAccumulateOffsets(A, QueryingAA, Ptr, DL, OffsetAPInt, in getMinimalBaseOfPointer()
349 BytesOffset = OffsetAPInt.getSExtValue(); in getMinimalBaseOfPointer()