Searched refs:NeedsExtraction (Results 1 – 2 of 2) sorted by relevance
424 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()1028 bool NeedsExtraction; in splitGEP() local1029 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()1033 if (!NeedsExtraction) { in splitGEP()
1752 bool NeedsExtraction = false; in generateReadImageInst() local1756 NeedsExtraction = true; in generateReadImageInst()1764 .addDef(NeedsExtraction ? TempRegister : Call->ReturnRegister) in generateReadImageInst()1771 if (NeedsExtraction) in generateReadImageInst()