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

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 351 of file Types.h.

◆ getHashValue()

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

Definition at line 359 of file Types.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 355 of file Types.h.

◆ isEqual()

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

Definition at line 360 of file Types.h.


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