Searched refs:ExcIVI (Results 1 – 1 of 1) sorted by relevance
97 InsertValueInst *ExcIVI = nullptr; in GetExceptionObject() local102 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()103 if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) && in GetExceptionObject()104 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()105 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()121 if (ExcIVI->use_empty()) in GetExceptionObject()122 ExcIVI->eraseFromParent(); in GetExceptionObject()