Get the instdata for a given IR instruction.
(&self, ir_inst: Inst)
| 1391 | impl<'func, I: VCodeInst> Lower<'func, I> { |
| 1392 | /// Get the instdata for a given IR instruction. |
| 1393 | pub fn data(&self, ir_inst: Inst) -> &InstructionData { |
| 1394 | &self.f.dfg.insts[ir_inst] |
| 1395 | } |
| 1396 | |
| 1397 | /// Likewise, but starting with a GlobalValue identifier. |
| 1398 | pub fn symbol_value_data<'b>( |
no outgoing calls