Lines Matching defs:ReplVal
527 Value *ReplVal = OnlyStore->getOperand(0);
533 isa<Instruction>(ReplVal) || !isGuaranteedNotToBePoison(ReplVal);
575 if (ReplVal == LI)
576 ReplVal = PoisonValue::get(LI->getType());
578 convertMetadataToAssumes(LI, ReplVal, DL, AC, &DT);
579 LI->replaceAllUsesWith(ReplVal);
676 Value *ReplVal;
680 ReplVal = UndefValue::get(LI->getType());
688 ReplVal = std::prev(I)->second->getOperand(0);
691 convertMetadataToAssumes(LI, ReplVal, DL, AC, &DT);
695 if (ReplVal == LI)
696 ReplVal = PoisonValue::get(LI->getType());
698 LI->replaceAllUsesWith(ReplVal);