MLIR 22.0.0git
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()

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

Definition at line 506 of file Value.h.

References mlir::Value::getFromOpaquePointer().

◆ getHashValue()

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

Definition at line 514 of file Value.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 510 of file Value.h.

References mlir::Value::getFromOpaquePointer().

◆ isEqual()

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

Definition at line 517 of file Value.h.

References lhs, and rhs.


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