Returns true if RC is a super‐class of or equal to this class.
Synopsis
Declared in <llvm/MC/MCRegisterInfo.h>
bool
hasSuperClassEq(MCRegisterClass const* RC) const;
Return Value
True if RC is a super‐class of or equal to this class.
Parameters
Name |
Description |
RC |
Candidate super‐class to test. |
Created with MrDocs