Searched refs:NeedsExtraction (Results 1 – 1 of 1) sorted by relevance
414 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);814 bool &NeedsExtraction) { in accumulateByteOffset() argument815 NeedsExtraction = false; in accumulateByteOffset()824 NeedsExtraction = true; in accumulateByteOffset()836 NeedsExtraction = true; in accumulateByteOffset()974 bool NeedsExtraction; in splitGEP() local975 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()977 if (!NeedsExtraction) in splitGEP()