Home | History | Annotate | Download | only in IPO

Lines Matching refs:OldRet

944             RetVal = InsertValueInst::Create(RetVal, V, i, "oldret", InsertPt);
997 Value *OldRet = RI->getOperand(0);
1002 ExtractValueInst *EV = ExtractValueInst::Create(OldRet, i,
1003 "oldret", RI);