MLIR  19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< T, std::enable_if_t< std::is_base_of< mlir::Type, T >::value &&!mlir::detail::IsInterface< T >::value > > Struct Template Reference

#include "mlir/IR/Types.h"

+ Inheritance diagram for llvm::DenseMapInfo< T, std::enable_if_t< std::is_base_of< mlir::Type, T >::value &&!mlir::detail::IsInterface< T >::value > >:

Static Public Member Functions

static T getEmptyKey ()
 
static T getTombstoneKey ()
 
- Static Public Member Functions inherited from llvm::DenseMapInfo< mlir::Type >
static mlir::Type getEmptyKey ()
 
static mlir::Type getTombstoneKey ()
 
static unsigned getHashValue (mlir::Type val)
 
static bool isEqual (mlir::Type LHS, mlir::Type RHS)
 

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< T, std::enable_if_t< std::is_base_of< mlir::Type, T >::value &&!mlir::detail::IsInterface< T >::value > >

Definition at line 363 of file Types.h.

Member Function Documentation

◆ getEmptyKey()

template<typename T >
static T llvm::DenseMapInfo< T, std::enable_if_t< std::is_base_of< mlir::Type, T >::value &&!mlir::detail::IsInterface< T >::value > >::getEmptyKey ( )
inlinestatic

Definition at line 366 of file Types.h.

◆ getTombstoneKey()

template<typename T >
static T llvm::DenseMapInfo< T, std::enable_if_t< std::is_base_of< mlir::Type, T >::value &&!mlir::detail::IsInterface< T >::value > >::getTombstoneKey ( )
inlinestatic

Definition at line 370 of file Types.h.


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