Home | History | Annotate | Download | only in Utils

Lines Matching defs:PNV

394     Value *PNV = SimplifyInstruction(PN, TD);
395 if (PNV == 0) continue;
399 assert(PNV != PN && "SimplifyInstruction broken!");
402 ReplaceAndSimplifyAllUses(PN, PNV, TD);