Home | History | Annotate | Download | only in Utils

Lines Matching defs:NewVal

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