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

#include "mlir/Support/TypeID.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 396 of file TypeID.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 397 of file TypeID.h.

References mlir::TypeID::getFromOpaquePointer().

◆ getHashValue()

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

Definition at line 405 of file TypeID.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 401 of file TypeID.h.

References mlir::TypeID::getFromOpaquePointer().

◆ isEqual()

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

Definition at line 408 of file TypeID.h.

References lhs, and rhs.


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