Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp604 Value *LPSel = Builder.CreateExtractValue(LPI, 1); in UpgradeExceptionHandling() local
606 Builder.CreateStore(LPSel, SelSlot); in UpgradeExceptionHandling()
629 LoadInst *LPSel = Builder.CreateLoad(ExnSelSlots.second, "sel.load"); in UpgradeExceptionHandling() local
632 Sel->replaceAllUsesWith(LPSel); in UpgradeExceptionHandling()