pub fn intr_vp_reduce_mul<'c>(
context: &'c Context,
res: Type<'c>,
satrt_value: Value<'c, '_>,
val: Value<'c, '_>,
mask: Value<'c, '_>,
evl: Value<'c, '_>,
location: Location<'c>
) -> VPReduceMulOperation<'c>
Expand description
Creates an intr.vp.reduce.mul
operation.