Searched refs:AccumulativeByteOffset (Results 1 – 2 of 2) sorted by relevance
407 int64_t AccumulativeByteOffset);816 int64_t AccumulativeByteOffset = 0; in accumulateByteOffset() local828 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 …]
254 ; (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0)255 ; where AccumulativeByteOffset is signed but ElementTypeSizeOfGEP is unsigned.256 ; The compiler would promote AccumulativeByteOffset to unsigned, causing