(self, inst: Instruction)
| 547 | block.instructions = fixed |
| 548 | |
| 549 | def _small_const_1(self, inst: Instruction) -> tuple[str, Instruction | None]: |
| 550 | raise NotImplementedError() |
| 551 | |
| 552 | def _small_const_2(self, inst: Instruction) -> tuple[str, Instruction | None]: |
| 553 | raise NotImplementedError() |