LLVM  4.0.0
Static Protected Member Functions | List of all members
llvm::PackedVectorBase< T, BitNum, BitVectorTy, true > Class Template Reference

#include <PackedVector.h>

Static Protected Member Functions

static T getValue (const BitVectorTy &Bits, unsigned Idx)
 
static void setValue (BitVectorTy &Bits, unsigned Idx, T val)
 

Detailed Description

template<typename T, unsigned BitNum, typename BitVectorTy>
class llvm::PackedVectorBase< T, BitNum, BitVectorTy, true >

Definition at line 46 of file PackedVector.h.

Member Function Documentation

template<typename T , unsigned BitNum, typename BitVectorTy >
static T llvm::PackedVectorBase< T, BitNum, BitVectorTy, true >::getValue ( const BitVectorTy &  Bits,
unsigned  Idx 
)
inlinestaticprotected

Definition at line 48 of file PackedVector.h.

References i, and T.

template<typename T , unsigned BitNum, typename BitVectorTy >
static void llvm::PackedVectorBase< T, BitNum, BitVectorTy, true >::setValue ( BitVectorTy &  Bits,
unsigned  Idx,
T  val 
)
inlinestaticprotected

Definition at line 57 of file PackedVector.h.

References assert(), i, and T.


The documentation for this class was generated from the following file: