LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::ConstMIOperands Class Reference

#include <MachineInstrBundle.h>

Inheritance diagram for llvm::ConstMIOperands:
Inheritance graph
[legend]
Collaboration diagram for llvm::ConstMIOperands:
Collaboration graph
[legend]

Public Member Functions

 ConstMIOperands (const MachineInstr *MI)
 
const MachineOperandoperator* () const
 
const MachineOperandoperator-> () const
 
- Public Member Functions inherited from llvm::MachineOperandIteratorBase
bool isValid () const
 isValid - Returns true until all the operands have been visited. More...
 
void operator++ ()
 Preincrement. Move to the next operand. More...
 
unsigned getOperandNo () const
 
VirtRegInfo analyzeVirtReg (unsigned Reg, SmallVectorImpl< std::pair< MachineInstr *, unsigned > > *Ops=0)
 
PhysRegInfo analyzePhysReg (unsigned Reg, const TargetRegisterInfo *TRI)
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::MachineOperandIteratorBase
 MachineOperandIteratorBase (MachineInstr *MI, bool WholeBundle)
 
MachineOperandderef () const
 

Detailed Description

ConstMIOperands - Iterate over operands of a single const instruction.

Definition at line 221 of file MachineInstrBundle.h.

Constructor & Destructor Documentation

llvm::ConstMIOperands::ConstMIOperands ( const MachineInstr MI)
inline

Definition at line 223 of file MachineInstrBundle.h.

Member Function Documentation

const MachineOperand& llvm::ConstMIOperands::operator* ( ) const
inline

Definition at line 225 of file MachineInstrBundle.h.

References llvm::MachineOperandIteratorBase::deref().

const MachineOperand* llvm::ConstMIOperands::operator-> ( ) const
inline

Definition at line 226 of file MachineInstrBundle.h.

References llvm::MachineOperandIteratorBase::deref().


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