LLVM API Documentation

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

#include <DenseMapInfo.h>

List of all members.

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< int >

Definition at line 96 of file DenseMapInfo.h.


Member Function Documentation

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

Definition at line 97 of file DenseMapInfo.h.

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

Definition at line 99 of file DenseMapInfo.h.

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

Definition at line 98 of file DenseMapInfo.h.

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

Definition at line 100 of file DenseMapInfo.h.


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