Function melior::dialect::ods::llvm::intr_vp_xor

source ·
pub fn intr_vp_xor<'c>(
    context: &'c Context,
    res: Type<'c>,
    lhs: Value<'c, '_>,
    rhs: Value<'c, '_>,
    mask: Value<'c, '_>,
    evl: Value<'c, '_>,
    location: Location<'c>
) -> VPXorOperation<'c>
Expand description

Creates an intr.vp.xor operation.