Searched refs:NeedsExtraction (Results 1 – 4 of 4) sorted by relevance
368 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);737 bool &NeedsExtraction) { in accumulateByteOffset() argument738 NeedsExtraction = false; in accumulateByteOffset()747 NeedsExtraction = true; in accumulateByteOffset()759 NeedsExtraction = true; in accumulateByteOffset()897 bool NeedsExtraction; in splitGEP() local898 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()900 if (!NeedsExtraction) in splitGEP()
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()
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()
2006 bool NeedsExtraction = false; in findBestDAGFor() local2017 NeedsExtraction = true; in findBestDAGFor()2021 if (NeedsExtraction) { in findBestDAGFor()2037 NeedsExtraction = false; in findBestDAGFor()2048 NeedsExtraction = true; in findBestDAGFor()2052 if (NeedsExtraction) { in findBestDAGFor()