Function melior::dialect::ods::tosa::logical_xor

source ·
pub fn logical_xor<'c>(
    context: &'c Context,
    z: Type<'c>,
    input_1: Value<'c, '_>,
    input_2: Value<'c, '_>,
    location: Location<'c>
) -> LogicalXorOperation<'c>
Expand description

Creates a logical_xor operation.