MLIR  19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< mlir::NamedAttribute > Struct Reference

#include "mlir/IR/Attributes.h"

Static Public Member Functions

static mlir::NamedAttribute getEmptyKey ()
 
static mlir::NamedAttribute getTombstoneKey ()
 
static unsigned getHashValue (mlir::NamedAttribute val)
 
static bool isEqual (mlir::NamedAttribute lhs, mlir::NamedAttribute rhs)
 

Detailed Description

Definition at line 379 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

static mlir::NamedAttribute llvm::DenseMapInfo< mlir::NamedAttribute >::getEmptyKey ( )
inlinestatic

Definition at line 380 of file Attributes.h.

◆ getHashValue()

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

Definition at line 388 of file Attributes.h.

References mlir::hash_value().

◆ getTombstoneKey()

static mlir::NamedAttribute llvm::DenseMapInfo< mlir::NamedAttribute >::getTombstoneKey ( )
inlinestatic

Definition at line 384 of file Attributes.h.

◆ isEqual()

static bool llvm::DenseMapInfo< mlir::NamedAttribute >::isEqual ( mlir::NamedAttribute  lhs,
mlir::NamedAttribute  rhs 
)
inlinestatic

Definition at line 391 of file Attributes.h.


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