Searched refs:UpdateOpcode (Results 1 – 4 of 4) sorted by relevance
70 SpvOp UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode);
251 inst->SetOpcode(UpdateOpcode(inst->opcode(), ptr_input->opcode())); in CombineAccessChain()258 SpvOp CombineAccessChains::UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode) { in UpdateOpcode() function in spvtools::opt::CombineAccessChains
71 SpvOp UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode);