Searched refs:ExcIVI (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp113 InsertValueInst *ExcIVI = nullptr; local
118 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0));
119 if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) &&
120 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) {
121 ExnObj = ExcIVI->getOperand(1);
136 if (ExcIVI->use_empty())
137 ExcIVI->eraseFromParent();

Completed in 100 milliseconds