LLVM 23.0.0git
llvm::DenseMapInfo< WeakVH > Struct Reference

#include "llvm/IR/ValueHandle.h"

Inheritance diagram for llvm::DenseMapInfo< WeakVH >:
[legend]

Static Public Member Functions

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

Detailed Description

Definition at line 209 of file ValueHandle.h.

Member Function Documentation

◆ getEmptyKey()

WeakVH llvm::DenseMapInfo< WeakVH >::getEmptyKey ( )
inlinestatic

Definition at line 210 of file ValueHandle.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< WeakVH >::getHashValue ( const WeakVH & Val)
inlinestatic

Definition at line 218 of file ValueHandle.h.

◆ getTombstoneKey()

WeakVH llvm::DenseMapInfo< WeakVH >::getTombstoneKey ( )
inlinestatic

Definition at line 214 of file ValueHandle.h.

◆ isEqual()

bool llvm::DenseMapInfo< WeakVH >::isEqual ( const WeakVH & LHS,
const WeakVH & RHS )
inlinestatic

Definition at line 222 of file ValueHandle.h.

References LHS, and RHS.


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