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

#include "mlir/Tools/PDLL/AST/Types.h"

Static Public Member Functions

static mlir::pdll::ast::Type getEmptyKey ()
 
static mlir::pdll::ast::Type getTombstoneKey ()
 
static unsigned getHashValue (mlir::pdll::ast::Type val)
 
static bool isEqual (mlir::pdll::ast::Type lhs, mlir::pdll::ast::Type rhs)
 

Detailed Description

Definition at line 308 of file Types.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 309 of file Types.h.

◆ getHashValue()

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

Definition at line 319 of file Types.h.

References mlir::pdll::ast::Type::getImpl(), and mlir::pdll::ast::hash_value().

◆ getTombstoneKey()

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

Definition at line 314 of file Types.h.

◆ isEqual()

static bool llvm::DenseMapInfo< mlir::pdll::ast::Type >::isEqual ( mlir::pdll::ast::Type  lhs,
mlir::pdll::ast::Type  rhs 
)
inlinestatic

Definition at line 322 of file Types.h.


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