Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h282 APInt OffsetAPInt(DL.getIndexTypeSizeInBits(Ptr->getType()), 0);
284 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
286 Offset = OffsetAPInt.getSExtValue();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp393 APInt OffsetAPInt(DL.getIndexTypeSizeInBits(Ptr->getType()), 0); in getMinimalBaseOfAccsesPointerOperand() local
395 A, QueryingAA, Ptr, DL, OffsetAPInt, AllowNonInbounds); in getMinimalBaseOfAccsesPointerOperand()
397 BytesOffset = OffsetAPInt.getSExtValue(); in getMinimalBaseOfAccsesPointerOperand()