Searched refs:opOpCode (Results 1 – 2 of 2) sorted by relevance
185 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); } in asOpCode()193 static spv::Op opOpCode(spirword_t data) { return spv::Op(data & spv::OpCodeMask); } in opOpCode() function
1214 if (opCode != opOpCode(gdata[0]) || wordCount != opWordCount(gdata[0])) in matchType()