intr_vp_or

Function intr_vp_or 

Source
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.