Searched refs:AccumulativeByteOffset (Results 1 – 2 of 2) sorted by relevance
328 int64_t AccumulativeByteOffset);337 int64_t AccumulativeByteOffset);695 int64_t AccumulativeByteOffset = 0; in accumulateByteOffset() local708 AccumulativeByteOffset += in accumulateByteOffset()717 AccumulativeByteOffset += in accumulateByteOffset()722 return AccumulativeByteOffset; in accumulateByteOffset()726 GetElementPtrInst *Variadic, int64_t AccumulativeByteOffset) { in lowerToSingleIndexGEPs() argument766 if (AccumulativeByteOffset != 0) { in lowerToSingleIndexGEPs()767 Value *Offset = ConstantInt::get(IntPtrTy, AccumulativeByteOffset); in lowerToSingleIndexGEPs()780 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