LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< PoisoningVH< T > > Struct Template Reference

#include "llvm/IR/ValueHandle.h"

Static Public Member Functions

static PoisoningVH< TgetEmptyKey ()
 
static PoisoningVH< TgetTombstoneKey ()
 
static unsigned getHashValue (const PoisoningVH< T > &Val)
 
static bool isEqual (const PoisoningVH< T > &LHS, const PoisoningVH< T > &RHS)
 

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< PoisoningVH< T > >

Definition at line 529 of file ValueHandle.h.

Member Function Documentation

◆ getEmptyKey()

template<typename T >
static PoisoningVH<T> llvm::DenseMapInfo< PoisoningVH< T > >::getEmptyKey ( )
inlinestatic

Definition at line 530 of file ValueHandle.h.

◆ getHashValue()

template<typename T >
static unsigned llvm::DenseMapInfo< PoisoningVH< T > >::getHashValue ( const PoisoningVH< T > &  Val)
inlinestatic

Definition at line 542 of file ValueHandle.h.

◆ getTombstoneKey()

template<typename T >
static PoisoningVH<T> llvm::DenseMapInfo< PoisoningVH< T > >::getTombstoneKey ( )
inlinestatic

Definition at line 536 of file ValueHandle.h.

◆ isEqual()

template<typename T >
static bool llvm::DenseMapInfo< PoisoningVH< T > >::isEqual ( const PoisoningVH< T > &  LHS,
const PoisoningVH< T > &  RHS 
)
inlinestatic

Definition at line 546 of file ValueHandle.h.

References isEqual().


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