LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< MachineOperand > Struct Template Reference

#include "llvm/CodeGen/MachineOperand.h"

Static Public Member Functions

static MachineOperand getEmptyKey ()
 
static MachineOperand getTombstoneKey ()
 
static unsigned getHashValue (const MachineOperand &MO)
 
static bool isEqual (const MachineOperand &LHS, const MachineOperand &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< MachineOperand >

Definition at line 925 of file MachineOperand.h.

Member Function Documentation

◆ getEmptyKey()

static MachineOperand llvm::DenseMapInfo< MachineOperand >::getEmptyKey ( )
inlinestatic

Definition at line 926 of file MachineOperand.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< MachineOperand >::getHashValue ( const MachineOperand MO)
inlinestatic

Definition at line 934 of file MachineOperand.h.

References llvm::MachineOperand::hash_value.

◆ getTombstoneKey()

static MachineOperand llvm::DenseMapInfo< MachineOperand >::getTombstoneKey ( )
inlinestatic

Definition at line 930 of file MachineOperand.h.

◆ isEqual()

static bool llvm::DenseMapInfo< MachineOperand >::isEqual ( const MachineOperand LHS,
const MachineOperand RHS 
)
inlinestatic

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