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

#include <Value.h>

Static Public Member Functions

static mlir::BlockArgument getEmptyKey ()
 
static mlir::BlockArgument getTombstoneKey ()
 
static unsigned getHashValue (mlir::BlockArgument val)
 
static bool isEqual (mlir::BlockArgument LHS, mlir::BlockArgument RHS)
 

Member Function Documentation

◆ getEmptyKey()

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

◆ getHashValue()

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

◆ getTombstoneKey()

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

◆ isEqual()

static bool llvm::DenseMapInfo< mlir::BlockArgument >::isEqual ( mlir::BlockArgument  LHS,
mlir::BlockArgument  RHS 
)
inlinestatic

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