Searched refs:AccumulativeByteOffset (Results 1 – 2 of 2) sorted by relevance
353 int64_t AccumulativeByteOffset);362 int64_t AccumulativeByteOffset);739 int64_t AccumulativeByteOffset = 0; in accumulateByteOffset() local751 AccumulativeByteOffset += in accumulateByteOffset()760 AccumulativeByteOffset += in accumulateByteOffset()765 return AccumulativeByteOffset; in accumulateByteOffset()769 GetElementPtrInst *Variadic, int64_t AccumulativeByteOffset) { in lowerToSingleIndexGEPs() argument817 if (AccumulativeByteOffset != 0) { in lowerToSingleIndexGEPs()818 Value *Offset = ConstantInt::get(IntPtrTy, AccumulativeByteOffset); in lowerToSingleIndexGEPs()841 int64_t AccumulativeByteOffset) { in lowerToArithmetics() argument[all …]
258 ; (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0)259 ; where AccumulativeByteOffset is signed but ElementTypeSizeOfGEP is unsigned.260 ; The compiler would promote AccumulativeByteOffset to unsigned, causing