Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp407 int64_t AccumulativeByteOffset);
417 int64_t AccumulativeByteOffset);
829 int64_t AccumulativeByteOffset = 0; in accumulateByteOffset() local
845 AccumulativeByteOffset += in accumulateByteOffset()
854 AccumulativeByteOffset += in accumulateByteOffset()
859 return AccumulativeByteOffset; in accumulateByteOffset()
863 GetElementPtrInst *Variadic, int64_t AccumulativeByteOffset) { in lowerToSingleIndexGEPs() argument
906 if (AccumulativeByteOffset != 0) { in lowerToSingleIndexGEPs()
907 Value *Offset = ConstantInt::get(PtrIndexTy, AccumulativeByteOffset); in lowerToSingleIndexGEPs()
926 int64_t AccumulativeByteOffset) { in lowerToArithmetics() argument
[all …]