Home | History | Annotate | Download | only in IPO

Lines Matching defs:RetVal

966         Value *RetVal = UndefValue::get(RetTy);
979 RetVal = InsertValueInst::Create(RetVal, V, i, "oldret", InsertPt);
983 Call->replaceAllUsesWith(RetVal);
1021 Value *RetVal;
1024 RetVal = nullptr;
1034 RetVal = UndefValue::get(NRetTy);
1043 RetVal = InsertValueInst::Create(RetVal, EV, NewRetIdxs[i],
1048 RetVal = EV;
1054 ReturnInst::Create(F->getContext(), RetVal, RI);