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

#include "mlir/IR/OpDefinition.h"

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< std::is_base_of< mlir::OpState, T >::value &&!mlir::detail::IsInterface< T >::value > >

Definition at line 2097 of file OpDefinition.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 2100 of file OpDefinition.h.

◆ getHashValue()

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

Definition at line 2108 of file OpDefinition.h.

References mlir::presburger::hash_value().

◆ getTombstoneKey()

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

Definition at line 2104 of file OpDefinition.h.

◆ isEqual()

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

Definition at line 2111 of file OpDefinition.h.


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