LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< WeakVH > Struct Reference

#include "llvm/IR/ValueHandle.h"

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 179 of file ValueHandle.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 180 of file ValueHandle.h.

◆ getHashValue()

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

Definition at line 188 of file ValueHandle.h.

◆ getTombstoneKey()

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

Definition at line 184 of file ValueHandle.h.

◆ isEqual()

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

Definition at line 192 of file ValueHandle.h.

References LHS, and RHS.


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