Searched refs:input_opcode (Results 1 – 6 of 6) sorted by relevance
262 SpvOp CombineAccessChains::UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode) { in UpdateOpcode() argument268 if (input_opcode == SpvOpInBoundsPtrAccessChain) { in UpdateOpcode()270 } else if (input_opcode == SpvOpInBoundsAccessChain) { in UpdateOpcode()274 return input_opcode; in UpdateOpcode()
71 SpvOp UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode);