Home | History | Annotate | Download | only in Utils

Lines Matching defs:NewVal

571     Value *NewVal = PN->getIncomingValue(0);
573 if (NewVal == PN) NewVal = UndefValue::get(PN->getType());
574 PN->replaceAllUsesWith(NewVal);