pub fn concrete_int_scalars() -> impl Iterator<Item = Scalar>
Expand description
Produce all concrete integer ir::Scalar
s.
Note that I32
and U32
must come first; this is how we
represent conversion rank.
pub fn concrete_int_scalars() -> impl Iterator<Item = Scalar>
Produce all concrete integer ir::Scalar
s.
Note that I32
and U32
must come first; this is how we
represent conversion rank.