LLVM API Documentation

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

#include <DenseMapInfo.h>

List of all members.

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< unsigned long >

Definition at line 71 of file DenseMapInfo.h.


Member Function Documentation

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

Definition at line 72 of file DenseMapInfo.h.

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

Definition at line 74 of file DenseMapInfo.h.

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

Definition at line 73 of file DenseMapInfo.h.

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

Definition at line 77 of file DenseMapInfo.h.


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