Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp516 llvm::Value *ExnValue; in LowerUnwindsAndResumes() local
518 ExnValue = CreateExceptionValueCall(RI->getParent()); in LowerUnwindsAndResumes()
520 ExnValue = cast<CallInst>(RI)->getArgOperand(0); in LowerUnwindsAndResumes()
523 CallInst *CI = CallInst::Create(RewindFunction, ExnValue, "", RI); in LowerUnwindsAndResumes()