Searched refs:ExcIVI (Results 1 – 1 of 1) sorted by relevance
76 InsertValueInst *ExcIVI = 0; in GetExceptionObject() local81 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()82 if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) && in GetExceptionObject()83 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()84 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()99 if (ExcIVI->getNumUses() == 0) in GetExceptionObject()100 ExcIVI->eraseFromParent(); in GetExceptionObject()