| 213 | } |
| 214 | |
| 215 | std::vector<instruction_ref> |
| 216 | add_common_args(module& m, std::vector<instruction_ref> inputs, common_options options) |
| 217 | { |
| 218 | return insert_common_args(m, m.end(), std::move(inputs), options); |
| 219 | } |
| 220 | |
| 221 | instruction_ref insert_common_op(module& m, |
| 222 | instruction_ref ins, |
nothing calls this directly
no test coverage detected