LLVM API Documentation

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

#include <DenseMapInfo.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 120 of file DenseMapInfo.h.


Member Function Documentation

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

Definition at line 121 of file DenseMapInfo.h.

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

Definition at line 123 of file DenseMapInfo.h.

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

Definition at line 122 of file DenseMapInfo.h.

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

Definition at line 126 of file DenseMapInfo.h.


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