LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ScalarEvolution::FoldID > Struct Reference

#include "llvm/Analysis/ScalarEvolution.h"

Static Public Member Functions

static ScalarEvolution::FoldID getEmptyKey ()
 
static ScalarEvolution::FoldID getTombstoneKey ()
 
static unsigned getHashValue (const ScalarEvolution::FoldID &Val)
 
static bool isEqual (const ScalarEvolution::FoldID &LHS, const ScalarEvolution::FoldID &RHS)
 

Detailed Description

Definition at line 2389 of file ScalarEvolution.h.

Member Function Documentation

◆ getEmptyKey()

static ScalarEvolution::FoldID llvm::DenseMapInfo< ScalarEvolution::FoldID >::getEmptyKey ( )
inlinestatic

Definition at line 2390 of file ScalarEvolution.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< ScalarEvolution::FoldID >::getHashValue ( const ScalarEvolution::FoldID Val)
inlinestatic

Definition at line 2399 of file ScalarEvolution.h.

References llvm::ScalarEvolution::FoldID::computeHash().

◆ getTombstoneKey()

static ScalarEvolution::FoldID llvm::DenseMapInfo< ScalarEvolution::FoldID >::getTombstoneKey ( )
inlinestatic

Definition at line 2394 of file ScalarEvolution.h.

◆ isEqual()

Definition at line 2403 of file ScalarEvolution.h.

References LHS, and RHS.


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