Lines Matching full:newval
483 Value *NewVal = PN->getIncomingValue(0);485 if (NewVal == PN) NewVal = UndefValue::get(PN->getType());486 PN->replaceAllUsesWith(NewVal);