pub fn intr_vp_or<'c>(
context: &'c Context,
res: Type<'c>,
lhs: Value<'c, '_>,
rhs: Value<'c, '_>,
mask: Value<'c, '_>,
evl: Value<'c, '_>,
location: Location<'c>
) -> VPOrOperation<'c>
Expand description
Creates an intr.vp.or
operation.