Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NeedsExtraction

366   /// NeedsExtraction indicates whether we successfully find a non-zero constant
368 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
737 bool &NeedsExtraction) {
738 NeedsExtraction = false;
747 NeedsExtraction = true;
759 NeedsExtraction = true;
897 bool NeedsExtraction;
898 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction);
900 if (!NeedsExtraction)