Return true if the specified TargetRegisterClass is a proper sub‐class of this TargetRegisterClass.

Synopsis

Declared in <llvm/MC/MCRegisterInfo.h>

bool
hasSubClass(MCRegisterClass const* RC) const;

Return Value

True if RC is a proper sub‐class of this class.

Parameters

Name

Description

RC

Candidate sub‐class to test.

Created with MrDocs