MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / VectorShape

Method VectorShape

src/compiler/cbs/VectorShape.cpp:75–75  ·  view source on GitHub ↗

undef shape

Source from the content-addressed store, hash-verified

73
74// undef shape
75VectorShape::VectorShape() : stride(0), hasConstantStride(false), alignment(0), defined(false) {}
76
77VectorShape::VectorShape(align_t _alignment)
78 : stride(0), hasConstantStride(false), alignment(_alignment), defined(true) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected