Function melior::dialect::ods::scf::index_switch

source ·
pub fn index_switch<'c>(
    context: &'c Context,
    results: &[Type<'c>],
    arg: Value<'c, '_>,
    default_region: Region<'c>,
    case_regions: Vec<Region<'c>>,
    cases: Attribute<'c>,
    location: Location<'c>
) -> IndexSwitchOperation<'c>
Expand description

Creates an index_switch operation.