LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< AssertingVH< T > > Struct Template Reference

#include "llvm/IR/ValueHandle.h"

Static Public Member Functions

static AssertingVH< TgetEmptyKey ()
 
static AssertingVH< TgetTombstoneKey ()
 
static unsigned getHashValue (const AssertingVH< T > &Val)
 
static bool isEqual (const AssertingVH< T > &LHS, const AssertingVH< T > &RHS)
 

Detailed Description

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

Definition at line 289 of file ValueHandle.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 290 of file ValueHandle.h.

◆ getHashValue()

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

Definition at line 302 of file ValueHandle.h.

◆ getTombstoneKey()

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

Definition at line 296 of file ValueHandle.h.

◆ isEqual()

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

Definition at line 306 of file ValueHandle.h.

References isEqual().


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