Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp408 int64_t AccumulativeByteOffset);
817 int64_t AccumulativeByteOffset = 0; in accumulateByteOffset() local
829 AccumulativeByteOffset += in accumulateByteOffset()
838 AccumulativeByteOffset += in accumulateByteOffset()
843 return AccumulativeByteOffset; in accumulateByteOffset()
895 if (AccumulativeByteOffset != 0) { in lowerToSingleIndexGEPs()
953 if (AccumulativeByteOffset != 0) { in lowerToArithmetics()
1054 lowerToSingleIndexGEPs(GEP, AccumulativeByteOffset); in splitGEP()
1056 lowerToArithmetics(GEP, AccumulativeByteOffset); in splitGEP()
1061 if (AccumulativeByteOffset == 0) in splitGEP()
[all …]