MLIR 23.0.0git
llvm::DenseMapInfo< mlir::Type > Struct Reference

#include "mlir/IR/Types.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 312 of file Types.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 313 of file Types.h.

◆ getHashValue()

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

Definition at line 321 of file Types.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 317 of file Types.h.

◆ isEqual()

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

Definition at line 322 of file Types.h.


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