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

#include "mlir/IR/OperationSupport.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 1440 of file OperationSupport.h.

Member Function Documentation

◆ getEmptyKey()

◆ getHashValue()

Definition at line 1449 of file OperationSupport.h.

References mlir::OperationName::getAsOpaquePointer().

◆ getTombstoneKey()

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

Definition at line 1445 of file OperationSupport.h.

References mlir::OperationName::getFromOpaquePointer().

◆ isEqual()

Definition at line 1452 of file OperationSupport.h.

References lhs, and rhs.


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