LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/MathExtras.h"
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::const_set_bits_iterator_impl< BitVectorT > |
ForwardIterator for the bits that are set. More... | |
class | llvm::BitVector |
class | llvm::BitVector::reference |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
std | |
Functions | |
size_t | llvm::capacity_in_bytes (const BitVector &X) |
void | std::swap (llvm::BitVector &LHS, llvm::BitVector &RHS) |
Implement std::swap in terms of BitVector swap. More... | |