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