Home | History | Annotate | Download | only in Utils

Lines Matching refs:NewVal

484     Value *NewVal = PN->getIncomingValue(0);
486 if (NewVal == PN) NewVal = UndefValue::get(PN->getType());
487 PN->replaceAllUsesWith(NewVal);