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

References

include/llvm/CodeGen/MachineInstr.h
  119   OperandCapacity CapOperands;          // Capacity of the Operands array.
lib/CodeGen/MachineInstr.cpp
  124     CapOperands = OperandCapacity::get(NumOps);
  138   CapOperands = OperandCapacity::get(MI.getNumOperands());
  242   OperandCapacity OldCap = CapOperands;