LLVM API Documentation

Public Member Functions | Public Attributes
llvm::TargetInstrInfo::RegSubRegPair Struct Reference

#include <TargetInstrInfo.h>

Inheritance diagram for llvm::TargetInstrInfo::RegSubRegPair:
Inheritance graph
[legend]
Collaboration diagram for llvm::TargetInstrInfo::RegSubRegPair:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RegSubRegPair (unsigned Reg=0, unsigned SubReg=0)

Public Attributes

unsigned Reg
unsigned SubReg

Detailed Description

A pair composed of a register and a sub-register index. Used to give some type checking when modeling Reg:SubReg.

Definition at line 269 of file TargetInstrInfo.h.


Constructor & Destructor Documentation

Definition at line 272 of file TargetInstrInfo.h.


Member Data Documentation


The documentation for this struct was generated from the following file: