Function melior::dialect::ods::vector::gather

source ·
pub fn gather<'c>(
    context: &'c Context,
    result: Type<'c>,
    base: Value<'c, '_>,
    indices: &[Value<'c, '_>],
    index_vec: Value<'c, '_>,
    mask: Value<'c, '_>,
    pass_thru: Value<'c, '_>,
    location: Location<'c>
) -> GatherOperation<'c>
Expand description

Creates a gather operation.