Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp400 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
783 bool &NeedsExtraction) { in accumulateByteOffset() argument
784 NeedsExtraction = false; in accumulateByteOffset()
793 NeedsExtraction = true; in accumulateByteOffset()
805 NeedsExtraction = true; in accumulateByteOffset()
943 bool NeedsExtraction; in splitGEP() local
944 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
946 if (!NeedsExtraction) in splitGEP()