Searched refs:ExnObj (Results 1 – 1 of 1) sorted by relevance
94 Value *ExnObj = nullptr; in GetExceptionObject() local105 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()112 if (!ExnObj) in GetExceptionObject()113 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", in GetExceptionObject()127 return ExnObj; in GetExceptionObject()244 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local247 RewindFunctionArgs.push_back(ExnObj); in InsertUnwindResumeCalls()283 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local284 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()