Returns true if StructTy is an unpacked literal struct where all elements are vectors of matching element count. This does not include empty structs.
True if StructTy is a non-empty unpacked literal struct of matching vector element types.
| Name | Description |
|---|---|
| StructTy | Struct type to test for a vectorized layout. |