LLVM API Documentation

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

#include <DenseMapInfo.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 83 of file DenseMapInfo.h.


Member Function Documentation

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

Definition at line 84 of file DenseMapInfo.h.

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

Definition at line 86 of file DenseMapInfo.h.

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

Definition at line 85 of file DenseMapInfo.h.

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

Definition at line 89 of file DenseMapInfo.h.


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