Mapping from value ID to value, which also remembers what the next unused ID is.
Declared in <llvm/AsmParser/NumberedValues.h>
template<class T>
class NumberedValues;
| Name | Description |
|---|---|
add | Insert a value under ID and advance the next unused ID past it. |
get | Look up the value associated with ID. |
getNext | Return the next unused value ID. |