diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-05-31 03:53:41 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-05-31 03:53:41 +0000 |
commit | 74ee8ace0c6fd6715d16fd4f1a0e36a8a158868e (patch) | |
tree | c808bc928c4f6808b98d08966ad01ec3d627cea2 /docs/SourceLevelDebugging.html | |
parent | 895c1e2deea3e6118b159c26b3f86d40a37e8501 (diff) |
Introduce PackedVector, useful for storing a vector of values using a specific number of bits for each
value. Both signed and unsigned types can be used, e.g
PackedVector<signed, 2> vec;
will create a vector accepting values -2, -1, 0, 1. Any other value will hit an assertion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
0 files changed, 0 insertions, 0 deletions