MLIR 23.0.0git
llvm::DenseMapInfo< mlir::detail::TypedValue< T > > Struct Template Reference

#include "mlir/IR/Value.h"

Inheritance diagram for llvm::DenseMapInfo< mlir::detail::TypedValue< T > >:

Static Public Member Functions

static mlir::detail::TypedValue< T > getEmptyKey ()
static mlir::detail::TypedValue< T > getTombstoneKey ()
Static Public Member Functions inherited from llvm::DenseMapInfo< mlir::Value >
static mlir::Value getEmptyKey ()
static mlir::Value getTombstoneKey ()
static unsigned getHashValue (mlir::Value val)
static bool isEqual (mlir::Value lhs, mlir::Value rhs)

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< mlir::detail::TypedValue< T > >

Definition at line 542 of file Value.h.

Member Function Documentation

◆ getEmptyKey()

template<typename T>
mlir::detail::TypedValue< T > llvm::DenseMapInfo< mlir::detail::TypedValue< T > >::getEmptyKey ( )
inlinestatic

Definition at line 544 of file Value.h.

◆ getTombstoneKey()

template<typename T>
mlir::detail::TypedValue< T > llvm::DenseMapInfo< mlir::detail::TypedValue< T > >::getTombstoneKey ( )
inlinestatic

Definition at line 548 of file Value.h.


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