(&mut self, val: Value)
| 248 | |
| 249 | #[inline] |
| 250 | fn value_type(&mut self, val: Value) -> Type { |
| 251 | self.ctx.func.dfg.value_type(val) |
| 252 | } |
| 253 | |
| 254 | fn resolve_jump_table_entry(&mut self, table: JumpTable, index: u64) -> BlockCall { |
| 255 | let jt_data = &self.ctx.func.dfg.jump_tables[table]; |