LLVM API Documentation

Public Member Functions
llvm::ConstMIOperands Class Reference

#include <MachineInstrBundle.h>

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

List of all members.

Public Member Functions

 ConstMIOperands (const MachineInstr *MI)
const MachineOperandoperator* () const
const MachineOperandoperator-> () const

Detailed Description

ConstMIOperands - Iterate over operands of a single const instruction.

Definition at line 221 of file MachineInstrBundle.h.


Constructor & Destructor Documentation

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: