Searched refs:LPExn (Results 1 – 1 of 1) sorted by relevance
603 Value *LPExn = Builder.CreateExtractValue(LPI, 0); in UpgradeExceptionHandling() local605 Builder.CreateStore(LPExn, ExnSlot); in UpgradeExceptionHandling()628 LoadInst *LPExn = Builder.CreateLoad(ExnSelSlots.first, "exn.load"); in UpgradeExceptionHandling() local631 Exn->replaceAllUsesWith(LPExn); in UpgradeExceptionHandling()