Searched refs:NeedsExtraction (Results 1 – 1 of 1) sorted by relevance
415 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);815 bool &NeedsExtraction) { in accumulateByteOffset() argument816 NeedsExtraction = false; in accumulateByteOffset()825 NeedsExtraction = true; in accumulateByteOffset()837 NeedsExtraction = true; in accumulateByteOffset()975 bool NeedsExtraction; in splitGEP() local976 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()978 if (!NeedsExtraction) in splitGEP()