Searched refs:UnaryOperate (Results 1 – 4 of 4) sorted by relevance
129 uint32_t UnaryOperate(SpvOp opcode, uint32_t operand) const;
45 uint32_t InstructionFolder::UnaryOperate(SpvOp opcode, uint32_t operand) const { in UnaryOperate() function in spvtools::opt::InstructionFolder220 return UnaryOperate(opcode, operand_words.front()); in OperateWords()