pub fn intr_vector_reduce_or<'c>(
context: &'c Context,
res: Type<'c>,
in: Value<'c, '_>,
location: Location<'c>
) -> vector_reduce_orOperation<'c>
Expand description
Creates an intr.vector.reduce.or
operation.
pub fn intr_vector_reduce_or<'c>(
context: &'c Context,
res: Type<'c>,
in: Value<'c, '_>,
location: Location<'c>
) -> vector_reduce_orOperation<'c>
Creates an intr.vector.reduce.or
operation.