| 219 | } |
| 220 | |
| 221 | instruction_ref insert_common_op(module& m, |
| 222 | instruction_ref ins, |
| 223 | const operation& op, |
| 224 | std::vector<instruction_ref> inputs, |
| 225 | common_options options) |
| 226 | { |
| 227 | return m.insert_instruction(ins, op, insert_common_args(m, ins, std::move(inputs), options)); |
| 228 | } |
| 229 | |
| 230 | instruction_ref add_common_op(module& m, |
| 231 | const operation& op, |