LLVM API Documentation

Public Types | Static Public Member Functions
llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > > Struct Template Reference

#include <PointerIntPair.h>

List of all members.

Public Types

typedef PointerIntPair
< PointerTy, IntBits, IntType > 
Ty

Static Public Member Functions

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

Detailed Description

template<typename PointerTy, unsigned IntBits, typename IntType>
struct llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >

Definition at line 161 of file PointerIntPair.h.


Member Typedef Documentation

template<typename PointerTy , unsigned IntBits, typename IntType >
typedef PointerIntPair<PointerTy, IntBits, IntType> llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::Ty

Definition at line 162 of file PointerIntPair.h.


Member Function Documentation

template<typename PointerTy , unsigned IntBits, typename IntType >
static Ty llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::getEmptyKey ( ) [inline, static]

Definition at line 163 of file PointerIntPair.h.

template<typename PointerTy , unsigned IntBits, typename IntType >
static unsigned llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::getHashValue ( Ty  V) [inline, static]
template<typename PointerTy , unsigned IntBits, typename IntType >
static Ty llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::getTombstoneKey ( ) [inline, static]

Definition at line 168 of file PointerIntPair.h.

template<typename PointerTy , unsigned IntBits, typename IntType >
static bool llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::isEqual ( const Ty LHS,
const Ty RHS 
) [inline, static]

Definition at line 177 of file PointerIntPair.h.


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