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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp111 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V); local
116 if (SelIVI) {
117 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) {
118 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0));
122 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1));
134 if (SelIVI->use_empty())
135 SelIVI->eraseFromParent();

Completed in 59 milliseconds