Home
last modified time | relevance | path

Searched refs:APOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h325 APInt APOffset(DL.getPointerSizeInBits(GEPOp.getPointerAddressSpace()), in visitGEP()
327 if (GEPOp.accumulateConstantOffset(DL, APOffset)) in visitGEP()
328 Offset = APOffset.getSExtValue(); in visitGEP()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h746 APSInt APOffset(Offset.toAPSInt().extend(Bits + 2), false); in OffsetHelper()
748 APSInt NewIndex = Add ? (APIndex + APOffset) : (APIndex - APOffset); in OffsetHelper()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp719 APInt APOffset(DL.getPointerSizeInBits(0), 0); in isKnownTypeIdMember() local
720 bool Result = GEP->accumulateConstantOffset(DL, APOffset); in isKnownTypeIdMember()
723 COffset += APOffset.getZExtValue(); in isKnownTypeIdMember()