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

#include "llvm/Analysis/ScalarEvolution.h"

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

Static Public Member Functions

static SCEVUse getEmptyKey ()
static SCEVUse getTombstoneKey ()
static unsigned getHashValue (SCEVUse U)
static bool isEqual (const SCEVUse LHS, const SCEVUse RHS)

Detailed Description

Definition at line 202 of file ScalarEvolution.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 203 of file ScalarEvolution.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< SCEVUse >::getHashValue ( SCEVUse U)
inlinestatic

Definition at line 213 of file ScalarEvolution.h.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 208 of file ScalarEvolution.h.

◆ isEqual()

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

Definition at line 217 of file ScalarEvolution.h.

References LHS, and RHS.


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