Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp103 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V); in GetExceptionObject() local
108 if (SelIVI) { in GetExceptionObject()
109 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject()
110 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()
114 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()
126 if (SelIVI->use_empty()) in GetExceptionObject()
127 SelIVI->eraseFromParent(); in GetExceptionObject()