Home | History | Annotate | Download | only in IPO

Lines Matching refs:NSI

1690       Value *NSI;
1692 NSI = new ZExtInst(NLI, LI->getType(), "", LI);
1694 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
1695 NSI->takeName(LI);
1696 LI->replaceAllUsesWith(NSI);