LLVM  8.0.1
Namespaces | Functions
bit.h File Reference
#include "llvm/Support/Compiler.h"
#include <cstring>
#include <type_traits>
Include dependency graph for bit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

template<typename To , typename From , typename = typename std::enable_if<sizeof(To) == sizeof(From)>::type>
To llvm::bit_cast (const From &from) noexcept