LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< unsigned > Struct Template Reference

#include <DenseMapInfo.h>

List of all members.

Static Public Member Functions

static unsigned getEmptyKey ()
static unsigned getTombstoneKey ()
static unsigned getHashValue (const unsigned &Val)
static bool isEqual (const unsigned &LHS, const unsigned &RHS)

Detailed Description

template<>
struct llvm::DenseMapInfo< unsigned >

Definition at line 61 of file DenseMapInfo.h.


Member Function Documentation

static unsigned llvm::DenseMapInfo< unsigned >::getEmptyKey ( ) [inline, static]

Definition at line 62 of file DenseMapInfo.h.

static unsigned llvm::DenseMapInfo< unsigned >::getHashValue ( const unsigned Val) [inline, static]

Definition at line 64 of file DenseMapInfo.h.

static unsigned llvm::DenseMapInfo< unsigned >::getTombstoneKey ( ) [inline, static]

Definition at line 63 of file DenseMapInfo.h.

static bool llvm::DenseMapInfo< unsigned >::isEqual ( const unsigned LHS,
const unsigned RHS 
) [inline, static]

Definition at line 65 of file DenseMapInfo.h.


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