pub fn intr_experimental_vp_strided_store<'c>(
    context: &'c Context,
    val: Value<'c, '_>,
    ptr: Value<'c, '_>,
    stride: Value<'c, '_>,
    mask: Value<'c, '_>,
    evl: Value<'c, '_>,
    location: Location<'c>
) -> VPStridedStoreOperation<'c>
Expand description

Creates an intr.experimental.vp.strided.store operation.