Returns true if RegB is a super-register or sub-register of RegA or if RegB == RegA.
Declared in <llvm/MC/MCRegisterInfo.h>
bool
isSuperOrSubRegisterEq(
MCRegister RegA,
MCRegister RegB) const;
| Name | Description |
|---|---|
| RegA | Wrapper class representing physical registers. Should be passed by value. |
| RegB | Wrapper class representing physical registers. Should be passed by value. |