Home | History | Annotate | Download | only in IPO

Lines Matching refs:RetVal

865         Value *RetVal = UndefValue::get(RetTy);
878 RetVal = InsertValueInst::Create(RetVal, V, i, "oldret", InsertPt);
882 Call->replaceAllUsesWith(RetVal);
920 Value *RetVal;
923 RetVal = 0;
933 RetVal = UndefValue::get(NRetTy);
942 RetVal = InsertValueInst::Create(RetVal, EV, NewRetIdxs[i],
947 RetVal = EV;
953 ReturnInst::Create(F->getContext(), RetVal, RI);