Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp424 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
826 SeparateConstOffsetFromGEP::accumulateByteOffset(GetElementPtrInst *GEP, in accumulateByteOffset() function in SeparateConstOffsetFromGEP
981 accumulateByteOffset(PtrGEP, NestedNeedsExtraction); in reorderGEP()
1029 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()