Get the type for a value.
(&self, val: Value)
| 1457 | |
| 1458 | /// Get the type for a value. |
| 1459 | pub fn value_ty(&self, val: Value) -> Type { |
| 1460 | self.f.dfg.value_type(val) |
| 1461 | } |
| 1462 | |
| 1463 | /// Get the type for an instruction's output. |
| 1464 | pub fn output_ty(&self, ir_inst: Inst, idx: usize) -> Type { |