Searched refs:ExnValue (Results 1 – 1 of 1) sorted by relevance
516 llvm::Value *ExnValue; in LowerUnwindsAndResumes() local518 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()