Searched refs:NewRetVal (Results 1 – 4 of 4) sorted by relevance
343 Value *NewRetVal = PoisonValue::get(NewRetTy); in runOnFunction() local347 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()350 NewRetVal = B.CreateInsertValue(NewRetVal, ReturnPoint.second, RetIdx++); in runOnFunction()353 RI->setOperand(0, NewRetVal); in runOnFunction()355 B.CreateRet(NewRetVal); in runOnFunction()
306 Value *NewRetVal = NewInst; in versionCallSite() local314 NewRetVal = NewBitCast; in versionCallSite()323 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSite()
1388 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local1389 if (!NewRetVal) in AddReturnAttributes()1418 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()1420 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
4594 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local4597 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()