LLVM API Documentation
#include <cassert>#include <cstring>#include "llvm/Support/DataTypes.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Support/MathExtras.h"#include "llvm/ADT/ilist.h"


Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Classes | |
| struct | llvm::SparseBitVectorElement< ElementSize > |
| class | llvm::SparseBitVector< ElementSize > |
| class | llvm::SparseBitVector< ElementSize >::SparseBitVectorIterator |
Functions | |
| template<unsigned ElementSize> | |
| bool | llvm::operator|= (SparseBitVector< ElementSize > &LHS, const SparseBitVector< ElementSize > *RHS) |
| template<unsigned ElementSize> | |
| bool | llvm::operator|= (SparseBitVector< ElementSize > *LHS, const SparseBitVector< ElementSize > &RHS) |
| template<unsigned ElementSize> | |
| bool | llvm::operator &= (SparseBitVector< ElementSize > *LHS, const SparseBitVector< ElementSize > &RHS) |
| template<unsigned ElementSize> | |
| bool | llvm::operator &= (SparseBitVector< ElementSize > &LHS, const SparseBitVector< ElementSize > *RHS) |
| template<unsigned ElementSize> | |
| void | llvm::dump (const SparseBitVector< ElementSize > &LHS, llvm::OStream &out) |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.