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

#include "Bindings/Python/PybindUtils.h"

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 371 of file PybindUtils.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 372 of file PybindUtils.h.

References mlirTypeIDCreate().

◆ getHashValue()

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

Definition at line 380 of file PybindUtils.h.

References mlirTypeIDHashValue().

◆ getTombstoneKey()

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

Definition at line 376 of file PybindUtils.h.

References mlirTypeIDCreate().

◆ isEqual()

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

Definition at line 383 of file PybindUtils.h.

References mlirTypeIDEqual().


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