MLIR 22.0.0git
llvm::DenseMapInfo< mlir::AffineExpr > Struct Reference

#include "mlir/IR/AffineExpr.h"

Inheritance diagram for llvm::DenseMapInfo< mlir::AffineExpr >:

Static Public Member Functions

static mlir::AffineExpr getEmptyKey ()
static mlir::AffineExpr getTombstoneKey ()
static unsigned getHashValue (mlir::AffineExpr val)
static bool isEqual (mlir::AffineExpr LHS, mlir::AffineExpr RHS)

Detailed Description

Definition at line 356 of file AffineExpr.h.

Member Function Documentation

◆ getEmptyKey()

mlir::AffineExpr llvm::DenseMapInfo< mlir::AffineExpr >::getEmptyKey ( )
inlinestatic

Definition at line 357 of file AffineExpr.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< mlir::AffineExpr >::getHashValue ( mlir::AffineExpr val)
inlinestatic

Definition at line 365 of file AffineExpr.h.

References mlir::hash_value().

◆ getTombstoneKey()

mlir::AffineExpr llvm::DenseMapInfo< mlir::AffineExpr >::getTombstoneKey ( )
inlinestatic

Definition at line 361 of file AffineExpr.h.

◆ isEqual()

Definition at line 368 of file AffineExpr.h.


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