Home
last modified time | relevance | path

Searched refs:NLI (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/test/certs/
Dserver-ecdsa-brainpoolP256r1-cert.pem12 Tml/BnLcqcZFAP63qEpcuZuC4CytZcHYCU+NLI/3JGzH1/xHxk4UgRTa2B7OhjXt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1748 LoadInst *NLI = new LoadInst(NewGV->getValueType(), NewGV, in TryToShrinkGlobalToBoolean() local
1753 NSI = new ZExtInst(NLI, LI->getType(), "", LI); in TryToShrinkGlobalToBoolean()
1755 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI); in TryToShrinkGlobalToBoolean()
1759 NLI->setDebugLoc(LI->getDebugLoc()); in TryToShrinkGlobalToBoolean()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3140 LandingPadInst *NLI = LandingPadInst::Create(LI.getType(), in visitLandingPadInst() local
3143 NLI->addClause(NewClauses[i]); in visitLandingPadInst()
3149 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
3150 return NLI; in visitLandingPadInst()