|
LLVM
8.0.1
|
#include "llvm/ADT/Optional.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/ADT/Twine.h"#include "llvm/Support/FormatVariadicDetails.h"#include "llvm/Support/NativeFormatting.h"#include <type_traits>#include <vector>

Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::detail | |
| Implementation details of the pass manager interfaces. | |
Typedefs | |
| template<typename IterT > | |
| using | llvm::detail::IterValue = typename std::iterator_traits< IterT >::value_type |
1.8.13