pub fn from_ast(
ast: &FunctionCall,
ctx: &mut IRGeneratingContext<'_>
) -> RegisterNameExpand description
Generate a Call from an ast::expression::FunctionCall,
and append it to the current basic block.
Return a RegisterName which contains the result.