| 582 | } |
| 583 | |
| 584 | instruction_ref module::insert_literal(instruction_ref ins, literal l) |
| 585 | { |
| 586 | impl->emplace(ins, std::move(l)); |
| 587 | return std::prev(ins); |
| 588 | } |
| 589 | |
| 590 | instruction_ref module::insert_parameter(instruction_ref ins, std::string name, shape s) |
| 591 | { |