Searched refs:NeedsExtraction (Results 1 – 2 of 2) sorted by relevance
421 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);827 bool &NeedsExtraction) { in accumulateByteOffset() argument828 NeedsExtraction = false; in accumulateByteOffset()841 NeedsExtraction = true; in accumulateByteOffset()853 NeedsExtraction = true; in accumulateByteOffset()985 bool NeedsExtraction; in splitGEP() local986 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()988 if (!NeedsExtraction) in splitGEP()
1294 bool NeedsExtraction = false; in generateReadImageInst() local1298 NeedsExtraction = true; in generateReadImageInst()1306 .addDef(NeedsExtraction ? TempRegister : Call->ReturnRegister) in generateReadImageInst()1313 if (NeedsExtraction) in generateReadImageInst()