LLVM API Documentation

SparseBitVector.h File Reference

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

Include dependency graph for SparseBitVector.h:

This graph shows which files directly or indirectly include this file:

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.