Searched refs:SelIVI (Results 1 – 2 of 2) sorted by relevance
106 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V); in GetExceptionObject() local111 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()
103 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V); in GetExceptionObject() local108 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()