MLIR 24.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 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

◆ getHashValue()

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

Definition at line 397 of file TypeID.h.

References mlir::hash_value().

◆ isEqual()

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

Definition at line 400 of file TypeID.h.

References lhs, and rhs.


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