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

#include "mlir/IR/Attributes.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 304 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 305 of file Attributes.h.

◆ getHashValue()

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

Definition at line 313 of file Attributes.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 309 of file Attributes.h.

◆ isEqual()

bool llvm::DenseMapInfo< mlir::Attribute >::isEqual ( mlir::Attribute LHS,
mlir::Attribute RHS )
inlinestatic

Definition at line 316 of file Attributes.h.


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