Searched refs:NeedsExtraction (Results 1 – 1 of 1) sorted by relevance
400 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);783 bool &NeedsExtraction) { in accumulateByteOffset() argument784 NeedsExtraction = false; in accumulateByteOffset()793 NeedsExtraction = true; in accumulateByteOffset()805 NeedsExtraction = true; in accumulateByteOffset()943 bool NeedsExtraction; in splitGEP() local944 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()946 if (!NeedsExtraction) in splitGEP()