Searched refs:EHIntrinsics (Results 1 – 1 of 1) sorted by relevance
187 std::pair<Value*, Value*> EHIntrinsics = I->second; in UpgradeExceptionHandling() local188 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); in UpgradeExceptionHandling()189 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); in UpgradeExceptionHandling()245 std::pair<Value*, Value*> EHIntrinsics = I->second; in UpgradeExceptionHandling() local246 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); in UpgradeExceptionHandling()247 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); in UpgradeExceptionHandling()