MLIR  19.0.0git
Static Public Member Functions | List of all members
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 339 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 340 of file Attributes.h.

◆ getHashValue()

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

Definition at line 348 of file Attributes.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 344 of file Attributes.h.

◆ isEqual()

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

Definition at line 351 of file Attributes.h.


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