Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp414 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
814 bool &NeedsExtraction) { in accumulateByteOffset() argument
815 NeedsExtraction = false; in accumulateByteOffset()
824 NeedsExtraction = true; in accumulateByteOffset()
836 NeedsExtraction = true; in accumulateByteOffset()
974 bool NeedsExtraction; in splitGEP() local
975 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
977 if (!NeedsExtraction) in splitGEP()