Function melior::dialect::arith::select

source ·
pub fn select<'c>(
    condition: Value<'c, '_>,
    true_value: Value<'c, '_>,
    false_value: Value<'c, '_>,
    location: Location<'c>
) -> Operation<'c>
Expand description

Creates an arith.select operation.