llvm::DenseMapInfo<MCRegister>::isEqual

Return true if LHS and RHS denote the same register.

Synopsis

Declared in <llvm/MC/MCRegister.h>

static
bool
isEqual(
    MCRegister const& LHS,
    MCRegister const& RHS);

Return Value

True if LHS and RHS are equal.

Parameters

NameDescription
LHSFirst register.
RHSSecond register.