LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
SmallBitVector.h File Reference
#include "llvm/ADT/BitVector.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/MathExtras.h"
#include <cassert>
Include dependency graph for SmallBitVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallBitVector
 
class  llvm::SmallBitVector::reference
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 std
 

Functions

SmallBitVector llvm::operator& (const SmallBitVector &LHS, const SmallBitVector &RHS)
 
SmallBitVector llvm::operator| (const SmallBitVector &LHS, const SmallBitVector &RHS)
 
SmallBitVector llvm::operator^ (const SmallBitVector &LHS, const SmallBitVector &RHS)
 
void std::swap (llvm::SmallBitVector &LHS, llvm::SmallBitVector &RHS)
 Implement std::swap in terms of BitVector swap. More...