|
LLVM
8.0.1
|
#include "llvm/ADT/DenseMapInfo.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/PointerLikeTypeTraits.h"#include <cassert>#include <climits>#include <cstdint>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | llvm::PointerEmbeddedInt< IntT, Bits > |
| Utility to embed an integer into a pointer-like type. More... | |
| struct | llvm::PointerLikeTypeTraits< PointerEmbeddedInt< IntT, Bits > > |
| struct | llvm::DenseMapInfo< PointerEmbeddedInt< IntT, Bits > > |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13