Home | History | Annotate | Download | only in IPO

Lines Matching refs:NSI

1675       Value *NSI;
1677 NSI = new ZExtInst(NLI, LI->getType(), "", LI);
1679 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
1680 NSI->takeName(LI);
1681 LI->replaceAllUsesWith(NSI);