llvm::const_mi_bundle_ops

Return a range over all operands in the const bundle containing MI.

Synopsis

Declared in <llvm/CodeGen/MachineInstrBundle.h>

iterator_range<ConstMIBundleOperands>
const_mi_bundle_ops(MachineInstr const& MI);

Return Value

An iterator range covering every operand in the const bundle.

Parameters

NameDescription
MIAn instruction in the bundle to iterate.