Searched refs:asOpCode (Results 1 – 2 of 2) sorted by relevance
64 const spv::Op opCode = asOpCode(word); in asOpCodeHash()136 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords()540 spv::Op opCode = asOpCode(instructionStart); in processInstruction()593 … opCode = asOpCode(word++); // this is the opcode embedded in the SpecConstantOp. in processInstruction()771 const spv::Op opCode = asOpCode(start); in mapFnBodies()786 if (asOpCode(instPos[i]) == spv::OpFunction) in mapFnBodies()792 if (asOpCode(instPos[i]) == spv::OpFunctionEnd) in mapFnBodies()1245 const spv::Op opCode = asOpCode(typeStart); in matchType()1314 const spv::Op opCode = asOpCode(typeStart); in hashType()
191 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); } in asOpCode() function195 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()