Function melior::dialect::llvm::type::function

source ·
pub fn function<'c>(
    result: Type<'c>,
    arguments: &[Type<'c>],
    variadic_arguments: bool
) -> Type<'c>
Expand description

Creates an LLVM function type.