LLVM API Documentation
#include <MachineInstrBundle.h>


Public Member Functions | |
| MIOperands (MachineInstr *MI) | |
| MachineOperand & | operator* () const |
| MachineOperand * | operator-> () const |
MIOperands - Iterate over operands of a single instruction.
Definition at line 212 of file MachineInstrBundle.h.
| llvm::MIOperands::MIOperands | ( | MachineInstr * | MI | ) | [inline] |
Definition at line 214 of file MachineInstrBundle.h.
| MachineOperand& llvm::MIOperands::operator* | ( | ) | const [inline] |
Definition at line 215 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().
| MachineOperand* llvm::MIOperands::operator-> | ( | ) | const [inline] |
Definition at line 216 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().