Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
llvm::DenseMapInfo< AffineAccessExpr > Struct Reference

Static Public Member Functions

static AffineAccessExpr getEmptyKey ()
 
static AffineAccessExpr getTombstoneKey ()
 
static unsigned getHashValue (const AffineAccessExpr &expr)
 
static bool isEqual (const AffineAccessExpr &a, const AffineAccessExpr &b)
 

Detailed Description

Definition at line 54 of file AffineParallelUnroll.cpp.

Member Function Documentation

◆ getEmptyKey()

static AffineAccessExpr llvm::DenseMapInfo< AffineAccessExpr >::getEmptyKey ( )
inlinestatic

Definition at line 55 of file AffineParallelUnroll.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< AffineAccessExpr >::getHashValue ( const AffineAccessExpr expr)
inlinestatic

◆ getTombstoneKey()

static AffineAccessExpr llvm::DenseMapInfo< AffineAccessExpr >::getTombstoneKey ( )
inlinestatic

Definition at line 59 of file AffineParallelUnroll.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< AffineAccessExpr >::isEqual ( const AffineAccessExpr a,
const AffineAccessExpr b 
)
inlinestatic

Definition at line 71 of file AffineParallelUnroll.cpp.


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