(self, inst: Instruction)
| 550 | raise NotImplementedError() |
| 551 | |
| 552 | def _small_const_2(self, inst: Instruction) -> tuple[str, Instruction | None]: |
| 553 | raise NotImplementedError() |
| 554 | |
| 555 | def _small_consts_match(self, inst1: Instruction, inst2: Instruction) -> bool: |
| 556 | raise NotImplementedError() |