Function come::ir::function::ir_generator::expression::rvalue_from_ast

source ·
pub fn rvalue_from_ast(
    ast: &RValue,
    ctx: &mut IRGeneratingContext<'_>
) -> Quantity
Expand description

Generate IR from an RValue AST node. Return the register where the result is stored.