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