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

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1364 of file OperationSupport.h.

References mlir::OperationName::getFromOpaquePointer().

◆ getHashValue()

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

Definition at line 1372 of file OperationSupport.h.

References mlir::OperationName::getAsOpaquePointer().

◆ getTombstoneKey()

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

Definition at line 1368 of file OperationSupport.h.

References mlir::OperationName::getFromOpaquePointer().

◆ isEqual()

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

Definition at line 1375 of file OperationSupport.h.


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