My Project
Static Public Member Functions | List of all members
llvm::DenseMapInfo< mlir::Value > Struct Template Reference

#include <Value.h>

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)
 

Member Function Documentation

◆ getEmptyKey()

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

◆ getHashValue()

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

◆ getTombstoneKey()

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

◆ isEqual()

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

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