Searched refs:NumericType (Results 1 – 1 of 1) sorted by relevance
535 struct NumericType { struct540 impl NumericType { impl541 fn all() -> impl Iterator<Item = NumericType> { in all()545 .map(move |signed| NumericType { signed, byte_width }) in all()579 fn ops_for_type(ty: &NumericType) -> impl Iterator<Item = NumericOp<'_>> { in ops_for_type()934 for ty in NumericType::all() { in gen_numerics_isle()1048 for from in NumericType::all() { in gen_numerics_isle()1049 for to in NumericType::all() { in gen_numerics_isle()