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

#include "mlir/IR/Value.h"

+ Inheritance diagram for llvm::DenseMapInfo< mlir::BlockArgument >:

Static Public Member Functions

static mlir::BlockArgument getEmptyKey ()
 
static mlir::BlockArgument getTombstoneKey ()
 
- Static Public Member Functions inherited from llvm::DenseMapInfo< mlir::Value >
static mlir::Value getEmptyKey ()
 
static mlir::Value getTombstoneKey ()
 
static unsigned getHashValue (mlir::Value val)
 
static bool isEqual (mlir::Value lhs, mlir::Value rhs)
 

Detailed Description

Definition at line 516 of file Value.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 517 of file Value.h.

◆ getTombstoneKey()

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

Definition at line 521 of file Value.h.


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