Return true if LHS and RHS denote the same register.
Declared in <llvm/MC/MCRegister.h>
static
bool
isEqual(
MCRegister const& LHS,
MCRegister const& RHS);
True if LHS and RHS are equal.
| Name | Description |
|---|---|
| LHS | First register. |
| RHS | Second register. |