Searched defs:SetOpcode (Results 1 – 4 of 4) sorted by relevance
78 void SetOpcode(int op) { this->op_ = op; } in SetOpcode() function
230 void SetOpcode(SpvOp op) { opcode_ = op; } in SetOpcode() function
243 void SetOpcode(spv::Op op) { opcode_ = op; } in SetOpcode() function