|
LLVM
4.0.0
|
A pair composed of a register and a sub-register index. More...
#include <TargetInstrInfo.h>
Public Member Functions | |
| RegSubRegPair (unsigned Reg=0, unsigned SubReg=0) | |
Public Attributes | |
| unsigned | Reg |
| unsigned | SubReg |
A pair composed of a register and a sub-register index.
Used to give some type checking when modeling Reg:SubReg.
Definition at line 360 of file TargetInstrInfo.h.
|
inline |
Definition at line 363 of file TargetInstrInfo.h.
| unsigned llvm::TargetInstrInfo::RegSubRegPair::Reg |
| unsigned llvm::TargetInstrInfo::RegSubRegPair::SubReg |
1.8.6