MLIR 22.0.0git
llvm::DenseMapInfo< mlir::tblgen::DagLeaf > Struct Reference

#include "mlir/TableGen/Pattern.h"

Inheritance diagram for llvm::DenseMapInfo< mlir::tblgen::DagLeaf >:

Static Public Member Functions

static mlir::tblgen::DagLeaf getEmptyKey ()
static mlir::tblgen::DagLeaf getTombstoneKey ()
static unsigned getHashValue (mlir::tblgen::DagLeaf leaf)
static bool isEqual (mlir::tblgen::DagLeaf lhs, mlir::tblgen::DagLeaf rhs)

Detailed Description

Definition at line 690 of file Pattern.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 691 of file Pattern.h.

◆ getHashValue()

Definition at line 699 of file Pattern.h.

◆ getTombstoneKey()

mlir::tblgen::DagLeaf llvm::DenseMapInfo< mlir::tblgen::DagLeaf >::getTombstoneKey ( )
inlinestatic

Definition at line 695 of file Pattern.h.

◆ isEqual()

Definition at line 702 of file Pattern.h.

References lhs, and rhs.


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