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 unsigned getHashValue (SCEVUse U)
static bool isEqual (const SCEVUse LHS, const SCEVUse RHS)

Detailed Description

Definition at line 203 of file ScalarEvolution.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 204 of file ScalarEvolution.h.

◆ getHashValue()

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

Definition at line 209 of file ScalarEvolution.h.

References llvm::hash_value().

◆ isEqual()

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

Definition at line 213 of file ScalarEvolution.h.

References LHS, and RHS.


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