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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp187 std::pair<Value*, Value*> EHIntrinsics = I->second; local
188 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
189 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
244 std::pair<Value*, Value*> EHIntrinsics = I->second; local
245 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
246 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);

Completed in 34 milliseconds