Lines Matching defs:FoundVal
2712 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB);
2713 if (!FoundVal) {
2719 if (auto *SI = dyn_cast<StoreInst>(FoundVal))
2720 FoundVal = SI->getValueOperand();
2721 return FoundVal;
2793 Value *FoundVal = nullptr;
2830 FoundVal = !SafeForPHIOfOps ? nullptr
2834 if (!FoundVal) {
2848 FoundVal = PoisonValue::get(I->getType());
2852 PHIOps.push_back({FoundVal, PredBB});
2853 LLVM_DEBUG(dbgs() << "Found phi of ops operand " << *FoundVal << " in "