Function moore_svlog::mir::lower::rvalue::make_int_binary_arith[][src]

pub fn make_int_binary_arith<'a>(
    builder: &Builder<'_, impl Context<'a>>,
    result_ty: &'a UnpackedType<'a>,
    op: IntBinaryArithOp,
    lhs: &'a Rvalue<'a>,
    rhs: &'a Rvalue<'a>
) -> &'a Rvalue<'a>
Expand description

Map an integer binary arithmetic operator to MIR.