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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp377 /// a constant offset (i.e., AccumulativeByteOffset). This function lowers the
379 /// AccumulativeByteOffset to it.
381 /// \p AccumulativeByteOffset The constant offset.
383 int64_t AccumulativeByteOffset);
387 /// a constant offset (i.e., AccumulativeByteOffset). This function lowers the
389 /// AccumulativeByteOffset to it.
391 /// \p AccumulativeByteOffset The constant offset.
393 int64_t AccumulativeByteOffset);
785 int64_t AccumulativeByteOffset = 0; local
797 AccumulativeByteOffset
814 lowerToSingleIndexGEPs( GetElementPtrInst *Variadic, int64_t AccumulativeByteOffset) argument
886 lowerToArithmetics(GetElementPtrInst *Variadic, int64_t AccumulativeByteOffset) argument
944 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); local
[all...]

Completed in 103 milliseconds