MLIR 24.0.0git
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"

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

Static Public Member Functions

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 2176 of file OpDefinition.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 2179 of file OpDefinition.h.

◆ isEqual()

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

Definition at line 2182 of file OpDefinition.h.

References lhs, and rhs.


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