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 130 of file ScalarEvolution.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 131 of file ScalarEvolution.h.

◆ getHashValue()

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

Definition at line 141 of file ScalarEvolution.h.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 136 of file ScalarEvolution.h.

◆ isEqual()

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

Definition at line 145 of file ScalarEvolution.h.

References LHS, and RHS.


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