Searched refs:NewRetVal (Results 1 – 2 of 2) sorted by relevance
391 Value *NewRetVal = UndefValue::get(NewRetTy); in runOnFunction() local395 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()422 NewRetVal = B.CreateInsertValue(NewRetVal, Val, RetIdx++); in runOnFunction()426 RI->setOperand(0, NewRetVal); in runOnFunction()428 B.CreateRet(NewRetVal); in runOnFunction()
3938 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local3941 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()