Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp426 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
857 bool &NeedsExtraction) { in accumulateByteOffset() argument
858 NeedsExtraction = false; in accumulateByteOffset()
871 NeedsExtraction = true; in accumulateByteOffset()
883 NeedsExtraction = true; in accumulateByteOffset()
1058 bool NeedsExtraction; in splitGEP() local
1059 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
1063 if (!NeedsExtraction) { in splitGEP()