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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp182 std::pair<Value*, Value*> EHIntrinsics = I->second; local
183 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
184 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
240 std::pair<Value*, Value*> EHIntrinsics = I->second; local
241 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
242 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);

Completed in 471 milliseconds