LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > > Struct Template Reference

#include "llvm/IR/ValueMap.h"

Public Types

using VH = ValueMapCallbackVH< KeyT, ValueT, Config >
 

Static Public Member Functions

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

Detailed Description

template<typename KeyT, typename ValueT, typename Config>
struct llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >

Definition at line 297 of file ValueMap.h.

Member Typedef Documentation

◆ VH

template<typename KeyT , typename ValueT , typename Config >
using llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::VH = ValueMapCallbackVH<KeyT, ValueT, Config>

Definition at line 298 of file ValueMap.h.

Member Function Documentation

◆ getEmptyKey()

template<typename KeyT , typename ValueT , typename Config >
static VH llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::getEmptyKey ( )
inlinestatic

Definition at line 300 of file ValueMap.h.

◆ getHashValue() [1/2]

template<typename KeyT , typename ValueT , typename Config >
static unsigned llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::getHashValue ( const KeyT Val)
inlinestatic

Definition at line 312 of file ValueMap.h.

◆ getHashValue() [2/2]

template<typename KeyT , typename ValueT , typename Config >
static unsigned llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::getHashValue ( const VH Val)
inlinestatic

◆ getTombstoneKey()

template<typename KeyT , typename ValueT , typename Config >
static VH llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::getTombstoneKey ( )
inlinestatic

Definition at line 304 of file ValueMap.h.

◆ isEqual() [1/2]

template<typename KeyT , typename ValueT , typename Config >
static bool llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::isEqual ( const KeyT LHS,
const VH RHS 
)
inlinestatic

Definition at line 320 of file ValueMap.h.

References LHS, and RHS.

◆ isEqual() [2/2]

template<typename KeyT , typename ValueT , typename Config >
static bool llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::isEqual ( const VH LHS,
const VH RHS 
)
inlinestatic

Definition at line 316 of file ValueMap.h.

References LHS, and RHS.


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