Searched refs:ExnSelSlots (Results 1 – 1 of 1) sorted by relevance
249 std::pair<Value*,Value*> ExnSelSlots = FnToLPadSlotMap[Parent->getParent()]; in UpgradeExceptionHandling() local253 LoadInst *LPExn = Builder.CreateLoad(ExnSelSlots.first, "exn.load"); in UpgradeExceptionHandling()254 LoadInst *LPSel = Builder.CreateLoad(ExnSelSlots.second, "sel.load"); in UpgradeExceptionHandling()