LLVM API Documentation

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

#include <TargetInstrInfo.h>

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

List of all members.

Public Member Functions

 RegSubRegPairAndIdx (unsigned Reg=0, unsigned SubReg=0, unsigned SubIdx=0)

Public Attributes

unsigned SubIdx

Detailed Description

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

Definition at line 278 of file TargetInstrInfo.h.


Constructor & Destructor Documentation

llvm::TargetInstrInfo::RegSubRegPairAndIdx::RegSubRegPairAndIdx ( unsigned  Reg = 0,
unsigned  SubReg = 0,
unsigned  SubIdx = 0 
) [inline]

Definition at line 280 of file TargetInstrInfo.h.


Member Data Documentation


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