MLIR  20.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< mlir::IntegerSet > Struct Reference

#include "mlir/IR/IntegerSet.h"

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()

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

Definition at line 134 of file IntegerSet.h.

◆ getHashValue()

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

Definition at line 142 of file IntegerSet.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 138 of file IntegerSet.h.

◆ isEqual()

static bool llvm::DenseMapInfo< mlir::IntegerSet >::isEqual ( mlir::IntegerSet  LHS,
mlir::IntegerSet  RHS 
)
inlinestatic

Definition at line 145 of file IntegerSet.h.


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