Lines Matching defs:EV
1501 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User);
1502 if (!EV)
1505 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 &&
1508 if (EV->getIndices()[0] == 0)
1509 EV->replaceAllUsesWith(Loaded);
1511 EV->replaceAllUsesWith(Success);
1513 PrunedInsts.push_back(EV);
1517 for (auto *EV : PrunedInsts)
1518 EV->eraseFromParent();