Searched refs:opWordCount (Results 1 – 2 of 2) sorted by relevance
188 unsigned asWordCount(unsigned word) const { return opWordCount(spv[word]); } in asWordCount()192 static unsigned opWordCount(spirword_t data) { return data >> spv::WordCountShift; } in opWordCount() function
1214 if (opCode != opOpCode(gdata[0]) || wordCount != opWordCount(gdata[0])) in matchType()