undef shape
| 73 | |
| 74 | // undef shape |
| 75 | VectorShape::VectorShape() : stride(0), hasConstantStride(false), alignment(0), defined(false) {} |
| 76 | |
| 77 | VectorShape::VectorShape(align_t _alignment) |
| 78 | : stride(0), hasConstantStride(false), alignment(_alignment), defined(true) {} |
nothing calls this directly
no outgoing calls
no test coverage detected