pub fn intr_vp_select<'c>(
    context: &'c Context,
    res: Type<'c>,
    cond: Value<'c, '_>,
    true_val: Value<'c, '_>,
    false_val: Value<'c, '_>,
    evl: Value<'c, '_>,
    location: Location<'c>
) -> VPSelectMinOperation<'c>
Expand description

Creates an intr.vp.select operation.