Home | History | Annotate | Download | only in IPO

Lines Matching refs:RetVal

991         Value *RetVal = UndefValue::get(RetTy);
1004 RetVal = InsertValueInst::Create(RetVal, V, i, "oldret", InsertPt);
1008 Call->replaceAllUsesWith(RetVal);
1046 Value *RetVal;
1049 RetVal = nullptr;
1059 RetVal = UndefValue::get(NRetTy);
1068 RetVal = InsertValueInst::Create(RetVal, EV, NewRetIdxs[i],
1073 RetVal = EV;
1079 ReturnInst::Create(F->getContext(), RetVal, RI);