Searched refs:NewRetVal (Results 1 – 4 of 4) sorted by relevance
345 Value *NewRetVal = PoisonValue::get(NewRetTy); in runOnFunction() local349 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()352 NewRetVal = B.CreateInsertValue(NewRetVal, ReturnPoint.second, RetIdx++); in runOnFunction()355 RI->setOperand(0, NewRetVal); in runOnFunction()357 B.CreateRet(NewRetVal); in runOnFunction()
307 Value *NewRetVal = NewInst; in versionCallSite() local315 NewRetVal = NewBitCast; in versionCallSite()324 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSite()
1393 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local1394 if (!NewRetVal) in AddReturnAttributes()1423 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()1480 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
4903 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local4906 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()