Searched refs:ExcIVI (Results 1 – 1 of 1) sorted by relevance
105 InsertValueInst *ExcIVI = nullptr; in GetExceptionObject() local110 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()111 if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) && in GetExceptionObject()112 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()113 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()128 if (ExcIVI->use_empty()) in GetExceptionObject()129 ExcIVI->eraseFromParent(); in GetExceptionObject()