Searched refs:nextInst (Results 1 – 2 of 2) sorted by relevance
519 const int nextInst = word++ + wordCount; in processInstruction() local522 if (nextInst > int(spv.size())) { in processInstruction()531 return nextInst; in processInstruction()553 return nextInst; in processInstruction()587 return nextInst; in processInstruction()596 return nextInst; in processInstruction()605 const unsigned numLiteralIdPairs = (nextInst-word) / (1+literalSize); in processInstruction()618 return nextInst; in processInstruction()630 return nextInst; in processInstruction()670 return nextInst; in processInstruction()[all …]
186 int nextInst = word + wordCount; in processInstructions() local190 if (nextInst > size) in processInstructions()219 if (word != nextInst) { in processInstructions()220 …correct number of operands consumed. At " << word << " instead of " << nextInst << " instruction … in processInstructions()221 word = nextInst; in processInstructions()