LLVM 22.0.0git
llvm::DenseMapInfo< MachineOperand > Struct Reference

#include "llvm/CodeGen/MachineOperand.h"

Inheritance diagram for llvm::DenseMapInfo< MachineOperand >:
[legend]

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

Definition at line 1021 of file MachineOperand.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1022 of file MachineOperand.h.

◆ getHashValue()

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

Definition at line 1030 of file MachineOperand.h.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 1026 of file MachineOperand.h.

◆ isEqual()

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

Definition at line 1033 of file MachineOperand.h.

References LHS, and RHS.


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