LLVM 19.0.0git
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)
 
static unsigned getHashValue (const T *Val)
 
static bool isEqual (const T *LHS, const PoisoningVH< T > &RHS)
 

Detailed Description

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

Definition at line 526 of file ValueHandle.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 527 of file ValueHandle.h.

◆ getHashValue() [1/2]

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

Definition at line 539 of file ValueHandle.h.

◆ getHashValue() [2/2]

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

Definition at line 551 of file ValueHandle.h.

◆ getTombstoneKey()

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

Definition at line 533 of file ValueHandle.h.

◆ isEqual() [1/2]

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

Definition at line 543 of file ValueHandle.h.

References LHS, and RHS.

◆ isEqual() [2/2]

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

Definition at line 555 of file ValueHandle.h.

References LHS, and RHS.


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