Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp404 int64_t AccumulativeByteOffset);
414 int64_t AccumulativeByteOffset);
829 int64_t AccumulativeByteOffset = 0; in accumulateByteOffset() local
845 AccumulativeByteOffset += in accumulateByteOffset()
854 AccumulativeByteOffset += in accumulateByteOffset()
859 return AccumulativeByteOffset; in accumulateByteOffset()
906 if (AccumulativeByteOffset != 0) { in lowerToSingleIndexGEPs()
963 if (AccumulativeByteOffset != 0) { in lowerToArithmetics()
1076 lowerToSingleIndexGEPs(GEP, AccumulativeByteOffset); in splitGEP()
1078 lowerToArithmetics(GEP, AccumulativeByteOffset); in splitGEP()
[all …]