Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NeedsExtraction

341   /// NeedsExtraction indicates whether we successfully find a non-zero constant
343 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
693 bool &NeedsExtraction) {
694 NeedsExtraction = false;
704 NeedsExtraction = true;
716 NeedsExtraction = true;
837 bool NeedsExtraction;
838 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction);
840 if (!NeedsExtraction)