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

References

lib/CodeGen/DwarfEHPrepare.cpp
  112       ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0));
  113       if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) &&
  113       if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) &&
  114           ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) {
  114           ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) {
  115         ExnObj = ExcIVI->getOperand(1);
  130     if (ExcIVI->use_empty())
  131       ExcIVI->eraseFromParent();