reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/GlobalOpt.cpp
 1736                                    LI->getName() + ".b", false, None,
 1737                                    LI->getOrdering(), LI->getSyncScopeID(), LI);
 1737                                    LI->getOrdering(), LI->getSyncScopeID(), LI);
 1737                                    LI->getOrdering(), LI->getSyncScopeID(), LI);
 1740         NSI = new ZExtInst(NLI, LI->getType(), "", LI);
 1740         NSI = new ZExtInst(NLI, LI->getType(), "", LI);
 1742         NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
 1743       NSI->takeName(LI);
 1746       NLI->setDebugLoc(LI->getDebugLoc());
 1747       NSI->setDebugLoc(LI->getDebugLoc());
 1748       LI->replaceAllUsesWith(NSI);