Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp603 Value *LPExn = Builder.CreateExtractValue(LPI, 0); in UpgradeExceptionHandling() local
605 Builder.CreateStore(LPExn, ExnSlot); in UpgradeExceptionHandling()
628 LoadInst *LPExn = Builder.CreateLoad(ExnSelSlots.first, "exn.load"); in UpgradeExceptionHandling() local
631 Exn->replaceAllUsesWith(LPExn); in UpgradeExceptionHandling()