Convert a vectorized type to its scalarized (non-vector) form.
For vector types, this is equivalent to calling .getScalarType(). For struct types, this returns a new struct where each element type has been converted to a scalar type. Note: Only unpacked literal struct types are supported.
The scalarized (non-vector) form of Ty.
| Name | Description |
|---|---|
| Ty | Vector or unpacked literal struct of vectors to scalarize. |