Lines Matching defs:EV
1535 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User);
1536 if (!EV)
1539 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 &&
1542 if (EV->getIndices()[0] == 0)
1543 EV->replaceAllUsesWith(Loaded);
1545 EV->replaceAllUsesWith(Success);
1547 PrunedInsts.push_back(EV);
1551 for (auto *EV : PrunedInsts)
1552 EV->eraseFromParent();