LLVM API Documentation
#include <MachineInstrBundle.h>
Public Member Functions | |
MIBundleOperands (MachineInstr *MI) | |
MachineOperand & | operator* () const |
MachineOperand * | operator-> () const |
MIBundleOperands - Iterate over all operands in a bundle of machine instructions.
Definition at line 232 of file MachineInstrBundle.h.
llvm::MIBundleOperands::MIBundleOperands | ( | MachineInstr * | MI | ) | [inline] |
Definition at line 234 of file MachineInstrBundle.h.
MachineOperand& llvm::MIBundleOperands::operator* | ( | ) | const [inline] |
Definition at line 235 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().
MachineOperand* llvm::MIBundleOperands::operator-> | ( | ) | const [inline] |
Definition at line 236 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().