LLVM 22.0.0git
llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > > Struct Template Reference

#include "llvm/IR/ValueMap.h"

Inheritance diagram for llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >:
[legend]

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 295 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 296 of file ValueMap.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 298 of file ValueMap.h.

◆ getHashValue() [1/2]

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

Definition at line 310 of file ValueMap.h.

◆ getHashValue() [2/2]

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

◆ getTombstoneKey()

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

Definition at line 302 of file ValueMap.h.

◆ isEqual() [1/2]

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

Definition at line 316 of file ValueMap.h.

References LHS, and RHS.

◆ isEqual() [2/2]

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

Definition at line 314 of file ValueMap.h.

References LHS, and RHS.


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