Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp407 int64_t AccumulativeByteOffset);
816 int64_t AccumulativeByteOffset = 0; in accumulateByteOffset() local
828 AccumulativeByteOffset += in accumulateByteOffset()
837 AccumulativeByteOffset += in accumulateByteOffset()
842 return AccumulativeByteOffset; in accumulateByteOffset()
894 if (AccumulativeByteOffset != 0) { in lowerToSingleIndexGEPs()
952 if (AccumulativeByteOffset != 0) { in lowerToArithmetics()
1053 lowerToSingleIndexGEPs(GEP, AccumulativeByteOffset); in splitGEP()
1055 lowerToArithmetics(GEP, AccumulativeByteOffset); in splitGEP()
1060 if (AccumulativeByteOffset == 0) in splitGEP()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
H A Dsplit-gep.ll254 ; (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0)
255 ; where AccumulativeByteOffset is signed but ElementTypeSizeOfGEP is unsigned.
256 ; The compiler would promote AccumulativeByteOffset to unsigned, causing