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

#include "mlir/IR/Value.h"

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

Static Public Member Functions

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 505 of file Value.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 506 of file Value.h.

References mlir::Value::getFromOpaquePointer().

◆ getHashValue()

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

Definition at line 514 of file Value.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 510 of file Value.h.

References mlir::Value::getFromOpaquePointer().

◆ isEqual()

static bool llvm::DenseMapInfo< mlir::Value >::isEqual ( mlir::Value  lhs,
mlir::Value  rhs 
)
inlinestatic

Definition at line 517 of file Value.h.


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