Searched refs:NeedsExtraction (Results 1 – 1 of 1) sorted by relevance
426 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);857 bool &NeedsExtraction) { in accumulateByteOffset() argument858 NeedsExtraction = false; in accumulateByteOffset()871 NeedsExtraction = true; in accumulateByteOffset()883 NeedsExtraction = true; in accumulateByteOffset()1058 bool NeedsExtraction; in splitGEP() local1059 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()1063 if (!NeedsExtraction) { in splitGEP()