Searched refs:SelIVI (Results 1 – 3 of 3) 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()
111 InsertValueInst *SelIVI = dyn_cast<InsertValueInst>(V); in GetExceptionObject() local116 if (SelIVI) { in GetExceptionObject()117 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject()118 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()122 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()134 if (SelIVI->use_empty()) in GetExceptionObject()135 SelIVI->eraseFromParent(); in GetExceptionObject()