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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp398 /// NeedsExtraction indicates whether we successfully find a non-zero constant
400 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
783 bool &NeedsExtraction) {
784 NeedsExtraction = false;
793 NeedsExtraction = true;
805 NeedsExtraction = true;
943 bool NeedsExtraction; local
944 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction);
946 if (!NeedsExtraction)
782 accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction) argument

Completed in 47 milliseconds