Function melior::dialect::ods::llvm::shufflevector

source ·
pub fn shufflevector<'c>(
    context: &'c Context,
    res: Type<'c>,
    v_1: Value<'c, '_>,
    v_2: Value<'c, '_>,
    mask: DenseI32ArrayAttribute<'c>,
    location: Location<'c>
) -> ShuffleVectorOperation<'c>
Expand description

Creates a shufflevector operation.