Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp106 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V); in GetExceptionObject() local
111 if (SelIVI) { in GetExceptionObject()
112 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject()
113 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()
117 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()
129 if (SelIVI->use_empty()) in GetExceptionObject()
130 SelIVI->eraseFromParent(); in GetExceptionObject()
/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()