Return true if the value types that can be represented by the specified register class are all legal.
Declared in <llvm/CodeGen/TargetLowering.h>
bool
isLegalRC(
TargetRegisterInfo const& TRI,
TargetRegisterClass const& RC) const;
True if the value types that can be represented by the specified register class are all legal.
| Name | Description |
|---|---|
| TRI | Target register info. |
| RC | Register class. |