| 1041 | } |
| 1042 | |
| 1043 | std::array<module::with_inputs, 2> module::split(const std::vector<instruction_ref>& args, |
| 1044 | const std::vector<instruction_ref>& splits) const |
| 1045 | { |
| 1046 | return generic_split(*this, args, splits); |
| 1047 | } |
| 1048 | |
| 1049 | std::array<module::with_inputs, 3> module::split(const std::vector<instruction_ref>& args, |
| 1050 | const std::vector<instruction_ref>& splits1, |
no test coverage detected