pub fn intr_vp_reduce_or<'c>(
    context: &'c Context,
    res: Type<'c>,
    satrt_value: Value<'c, '_>,
    val: Value<'c, '_>,
    mask: Value<'c, '_>,
    evl: Value<'c, '_>,
    location: Location<'c>
) -> VPReduceOrOperation<'c>
Expand description

Creates an intr.vp.reduce.or operation.