Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PNV

432     if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) {
433 PN->replaceAllUsesWith(PNV);