LLVM 23.0.0git
llvm::DenseMapInfo< SimpleValue > Struct Reference
Inheritance diagram for llvm::DenseMapInfo< SimpleValue >:
[legend]

Static Public Member Functions

static SimpleValue getEmptyKey ()
static unsigned getHashValue (SimpleValue Val)
static bool isEqual (SimpleValue LHS, SimpleValue RHS)

Detailed Description

Definition at line 156 of file EarlyCSE.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 157 of file EarlyCSE.cpp.

◆ getHashValue()

unsigned llvm::DenseMapInfo< SimpleValue >::getHashValue ( SimpleValue Val)
static

◆ isEqual()

bool llvm::DenseMapInfo< SimpleValue >::isEqual ( SimpleValue LHS,
SimpleValue RHS )
static

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