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

#include "mlir/IR/Value.h"

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

Static Public Member Functions

static mlir::OpResult getEmptyKey ()
 
static mlir::OpResult 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 531 of file Value.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 532 of file Value.h.

◆ getTombstoneKey()

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

Definition at line 536 of file Value.h.


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