pub fn intr_experimental_vp_strided_load<'c>(
    context: &'c Context,
    res: Type<'c>,
    ptr: Value<'c, '_>,
    stride: Value<'c, '_>,
    mask: Value<'c, '_>,
    evl: Value<'c, '_>,
    location: Location<'c>
) -> VPStridedLoadOperation<'c>
Expand description

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