Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp187 std::pair<Value*, Value*> EHIntrinsics = I->second; in UpgradeExceptionHandling() local
188 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() local
246 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); in UpgradeExceptionHandling()
247 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); in UpgradeExceptionHandling()