CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< circt::aig::Object > Struct Reference

Public Types

using Info = llvm::DenseMapInfo< std::tuple< circt::igraph::InstancePath, mlir::Value, size_t > >
 
using Object = circt::aig::Object
 

Static Public Member Functions

static Object getEmptyKey ()
 
static Object getTombstoneKey ()
 
static llvm::hash_code getHashValue (Object object)
 
static bool isEqual (const Object &a, const Object &b)
 

Detailed Description

Definition at line 341 of file LongestPathAnalysis.h.

Member Typedef Documentation

◆ Info

using llvm::DenseMapInfo< circt::aig::Object >::Info = llvm::DenseMapInfo< std::tuple<circt::igraph::InstancePath, mlir::Value, size_t> >

Definition at line 342 of file LongestPathAnalysis.h.

◆ Object

Definition at line 344 of file LongestPathAnalysis.h.

Member Function Documentation

◆ getEmptyKey()

static Object llvm::DenseMapInfo< circt::aig::Object >::getEmptyKey ( )
inlinestatic

Definition at line 345 of file LongestPathAnalysis.h.

◆ getHashValue()

static llvm::hash_code llvm::DenseMapInfo< circt::aig::Object >::getHashValue ( Object  object)
inlinestatic

Definition at line 354 of file LongestPathAnalysis.h.

◆ getTombstoneKey()

static Object llvm::DenseMapInfo< circt::aig::Object >::getTombstoneKey ( )
inlinestatic

Definition at line 350 of file LongestPathAnalysis.h.

◆ isEqual()

static bool llvm::DenseMapInfo< circt::aig::Object >::isEqual ( const Object a,
const Object b 
)
inlinestatic

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