HomeSort by: relevance | last modified time | path
    Searched refs:NLI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 1260 LoadInst *NLI = new LoadInst(NewGV->getValueType(), NewGV,
1265 NSI = new ZExtInst(NLI, LI->getType(), "", LI);
1267 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
1269 // Since LI is split into two instructions, NLI and NSI both inherit the
1271 NLI->setDebugLoc(LI->getDebugLoc());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 3436 LandingPadInst *NLI = LandingPadInst::Create(LI.getType(),
3439 NLI->addClause(NewClauses[i]);
3445 NLI->setCleanup(CleanupFlag);
3446 return NLI;

Completed in 65 milliseconds