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

#include "mlir/Support/InterfaceSupport.h"

Public Types

using ValueTypeInfo = llvm::DenseMapInfo< typename T::ValueType >
 

Static Public Member Functions

static T getEmptyKey ()
 
static T getTombstoneKey ()
 
static unsigned getHashValue (T val)
 
static bool isEqual (T lhs, T rhs)
 

Detailed Description

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

Definition at line 285 of file InterfaceSupport.h.

Member Typedef Documentation

◆ ValueTypeInfo

template<typename T >
using llvm::DenseMapInfo< T, std::enable_if_t< mlir::detail::IsInterface< T >::value > >::ValueTypeInfo = llvm::DenseMapInfo<typename T::ValueType>

Definition at line 286 of file InterfaceSupport.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 288 of file InterfaceSupport.h.

◆ getHashValue()

template<typename T >
static unsigned llvm::DenseMapInfo< T, std::enable_if_t< mlir::detail::IsInterface< T >::value > >::getHashValue ( val)
inlinestatic

Definition at line 294 of file InterfaceSupport.h.

◆ getTombstoneKey()

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

Definition at line 290 of file InterfaceSupport.h.

◆ isEqual()

template<typename T >
static bool llvm::DenseMapInfo< T, std::enable_if_t< mlir::detail::IsInterface< T >::value > >::isEqual ( lhs,
rhs 
)
inlinestatic

Definition at line 298 of file InterfaceSupport.h.


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