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

#include "mlir/IR/Attributes.h"

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

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 349 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 350 of file Attributes.h.

◆ getHashValue()

Definition at line 358 of file Attributes.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 354 of file Attributes.h.

◆ isEqual()

Definition at line 361 of file Attributes.h.

References lhs, and rhs.


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