Function melior::dialect::ods::tosa::select

source ·
pub fn select<'c>(
    context: &'c Context,
    output: Type<'c>,
    pred: Value<'c, '_>,
    on_true: Value<'c, '_>,
    on_false: Value<'c, '_>,
    location: Location<'c>
) -> SelectOperation<'c>
Expand description

Creates a select operation.