Searched refs:ExnObj (Results 1 – 1 of 1) sorted by relevance
95 Value *ExnObj = nullptr; in GetExceptionObject() local106 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()113 if (!ExnObj) in GetExceptionObject()114 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", in GetExceptionObject()128 return ExnObj; in GetExceptionObject()245 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local248 RewindFunctionArgs.push_back(ExnObj); in InsertUnwindResumeCalls()284 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local285 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()