MLIR  19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< mlir::TypeID > Struct Reference

#include "mlir/Support/TypeID.h"

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 338 of file TypeID.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 339 of file TypeID.h.

References mlir::TypeID::getFromOpaquePointer().

◆ getHashValue()

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

Definition at line 347 of file TypeID.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 343 of file TypeID.h.

References mlir::TypeID::getFromOpaquePointer().

◆ isEqual()

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

Definition at line 350 of file TypeID.h.


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