Function lower_numeric_instr

Source
pub(crate) fn lower_numeric_instr(
    instr: &MirInstr,
    body: &mut InstrSeqBuilder<'_>,
    ctx: &LowerCtx<'_>,
) -> Result<bool, LowerError>