Function melior::dialect::ods::llvm::invoke

source ·
pub fn invoke<'c>(
    context: &'c Context,
    callee_operands: &[Value<'c, '_>],
    normal_dest_operands: &[Value<'c, '_>],
    unwind_dest_operands: &[Value<'c, '_>],
    normal_dest: &Block<'c>,
    unwind_dest: &Block<'c>,
    location: Location<'c>
) -> InvokeOperation<'c>
Expand description

Creates an invoke operation.