Get the offset into OPERAND_CONSTRAINTS where the descriptors for this opcode begin.
(self)
| 759 | |
| 760 | /// Get the offset into OPERAND_CONSTRAINTS where the descriptors for this opcode begin. |
| 761 | fn constraint_offset(self) -> usize { |
| 762 | self.constraint_offset as usize |
| 763 | } |
| 764 | |
| 765 | /// Get the value type of result number `n`, having resolved the controlling type variable to |
| 766 | /// `ctrl_type`. |
no outgoing calls
no test coverage detected