Lines Matching refs:nextInst
519 const int nextInst = word++ + wordCount; in processInstruction() local
522 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()
684 unsigned nextInst = unsigned(spv.size()); in process() local
686 for (unsigned word = begin; word < end; word = nextInst) { in process()
687 nextInst = processInstruction(word, instFn, idFn); in process()