LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > > Struct Template Reference

#include "llvm/ADT/PointerIntPair.h"

Public Types

using Ty = PointerIntPair< PointerTy, IntBits, IntType >
 

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 187 of file PointerIntPair.h.

Member Typedef Documentation

◆ Ty

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

Definition at line 188 of file PointerIntPair.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 190 of file PointerIntPair.h.

◆ getHashValue()

template<typename PointerTy , unsigned IntBits, typename IntType >
static unsigned llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::getHashValue ( Ty  V)
inlinestatic

◆ getTombstoneKey()

template<typename PointerTy , unsigned IntBits, typename IntType >
static Ty llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::getTombstoneKey ( )
inlinestatic

Definition at line 196 of file PointerIntPair.h.

◆ isEqual()

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

Definition at line 207 of file PointerIntPair.h.


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