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

References

lib/IR/Instructions.cpp
  118   Value *Removed = getIncomingValue(Idx);
  125   std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx);
  125   std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx);
  126   std::copy(block_begin() + Idx + 1, block_end(), block_begin() + Idx);
  126   std::copy(block_begin() + Idx + 1, block_end(), block_begin() + Idx);