MLIR 22.0.0git
llvm::DenseMapInfo< mlir::IntegerSet > Struct Reference

#include "mlir/IR/IntegerSet.h"

Inheritance diagram for llvm::DenseMapInfo< mlir::IntegerSet >:

Static Public Member Functions

static mlir::IntegerSet getEmptyKey ()
static mlir::IntegerSet getTombstoneKey ()
static unsigned getHashValue (mlir::IntegerSet val)
static bool isEqual (mlir::IntegerSet LHS, mlir::IntegerSet RHS)

Detailed Description

Definition at line 133 of file IntegerSet.h.

Member Function Documentation

◆ getEmptyKey()

mlir::IntegerSet llvm::DenseMapInfo< mlir::IntegerSet >::getEmptyKey ( )
inlinestatic

Definition at line 134 of file IntegerSet.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< mlir::IntegerSet >::getHashValue ( mlir::IntegerSet val)
inlinestatic

Definition at line 142 of file IntegerSet.h.

References mlir::hash_value().

◆ getTombstoneKey()

mlir::IntegerSet llvm::DenseMapInfo< mlir::IntegerSet >::getTombstoneKey ( )
inlinestatic

Definition at line 138 of file IntegerSet.h.

◆ isEqual()

Definition at line 145 of file IntegerSet.h.


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