Function melior::dialect::ods::llvm::cond_br

source ·
pub fn cond_br<'c>(
    context: &'c Context,
    condition: Value<'c, '_>,
    true_dest_operands: &[Value<'c, '_>],
    false_dest_operands: &[Value<'c, '_>],
    true_dest: &Block<'c>,
    false_dest: &Block<'c>,
    location: Location<'c>
) -> CondBrOperation<'c>
Expand description

Creates a cond_br operation.