reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMBaseInstrInfo.cpp
 5302   assert(DefIdx < MI.getDesc().getNumDefs() && "Invalid definition index");
 5303   assert(MI.isInsertSubregLike() && "Invalid kind of instruction");
 5305   switch (MI.getOpcode()) {
 5308     const MachineOperand &MOBaseReg = MI.getOperand(1);
 5309     const MachineOperand &MOInsertedReg = MI.getOperand(2);
 5312     const MachineOperand &MOIndex = MI.getOperand(3);