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 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

◆ getHashValue()

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

Definition at line 204 of file ScalarEvolution.h.

References llvm::hash_value().

◆ isEqual()

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

Definition at line 208 of file ScalarEvolution.h.

References LHS, and RHS.


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