Returns true if StructTy is an unpacked literal struct where all elements are vectors of matching element count. This does not include empty structs.
| Name | Description |
|---|---|
| StructTy | Class to represent struct types. There are two different kinds of struct types: Literal structs and Identified structs. |