Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp95 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V); in GetExceptionObject() local
100 if (SelIVI) { in GetExceptionObject()
101 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject()
102 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()
106 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()
119 if (SelIVI->use_empty()) in GetExceptionObject()
120 SelIVI->eraseFromParent(); in GetExceptionObject()