LLVM 23.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 unsigned getHashValue (const MachineOperand &MO)
static bool isEqual (const MachineOperand &LHS, const MachineOperand &RHS)

Detailed Description

Definition at line 1038 of file MachineOperand.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1039 of file MachineOperand.h.

◆ getHashValue()

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

Definition at line 1043 of file MachineOperand.h.

References llvm::hash_value().

◆ isEqual()

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

Definition at line 1046 of file MachineOperand.h.

References LHS, and RHS.


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