Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp561 std::pair<Value*, Value*> EHIntrinsics = I->second; in UpgradeExceptionHandling() local
562 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); in UpgradeExceptionHandling()
563 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); in UpgradeExceptionHandling()
619 std::pair<Value*, Value*> EHIntrinsics = I->second; in UpgradeExceptionHandling() local
620 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); in UpgradeExceptionHandling()
621 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); in UpgradeExceptionHandling()