Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp328 int64_t AccumulativeByteOffset);
337 int64_t AccumulativeByteOffset);
695 int64_t AccumulativeByteOffset = 0; in accumulateByteOffset() local
708 AccumulativeByteOffset += in accumulateByteOffset()
717 AccumulativeByteOffset += in accumulateByteOffset()
722 return AccumulativeByteOffset; in accumulateByteOffset()
726 GetElementPtrInst *Variadic, int64_t AccumulativeByteOffset) { in lowerToSingleIndexGEPs() argument
766 if (AccumulativeByteOffset != 0) { in lowerToSingleIndexGEPs()
767 Value *Offset = ConstantInt::get(IntPtrTy, AccumulativeByteOffset); in lowerToSingleIndexGEPs()
780 int64_t AccumulativeByteOffset) { in lowerToArithmetics() argument
[all …]
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll258 ; (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0)
259 ; where AccumulativeByteOffset is signed but ElementTypeSizeOfGEP is unsigned.
260 ; The compiler would promote AccumulativeByteOffset to unsigned, causing