MLIR 22.0.0git
llvm::DenseMapInfo< MlirTypeID > Struct Reference

#include "Bindings/Python/NanobindUtils.h"

Inheritance diagram for llvm::DenseMapInfo< MlirTypeID >:

Static Public Member Functions

static MlirTypeID getEmptyKey ()
static MlirTypeID getTombstoneKey ()
static unsigned getHashValue (const MlirTypeID &val)
static bool isEqual (const MlirTypeID &lhs, const MlirTypeID &rhs)

Detailed Description

Definition at line 408 of file NanobindUtils.h.

Member Function Documentation

◆ getEmptyKey()

MlirTypeID llvm::DenseMapInfo< MlirTypeID >::getEmptyKey ( )
inlinestatic

Definition at line 409 of file NanobindUtils.h.

References mlirTypeIDCreate().

◆ getHashValue()

unsigned llvm::DenseMapInfo< MlirTypeID >::getHashValue ( const MlirTypeID & val)
inlinestatic

Definition at line 417 of file NanobindUtils.h.

References mlirTypeIDHashValue().

◆ getTombstoneKey()

MlirTypeID llvm::DenseMapInfo< MlirTypeID >::getTombstoneKey ( )
inlinestatic

Definition at line 413 of file NanobindUtils.h.

References mlirTypeIDCreate().

◆ isEqual()

bool llvm::DenseMapInfo< MlirTypeID >::isEqual ( const MlirTypeID & lhs,
const MlirTypeID & rhs )
inlinestatic

Definition at line 420 of file NanobindUtils.h.

References lhs, mlirTypeIDEqual(), and rhs.


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