Searched refs:NewRetVal (Results 1 – 4 of 4) sorted by relevance
373 Value *NewRetVal = UndefValue::get(NewRetTy); in runOnFunction() local377 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()403 NewRetVal = B.CreateInsertValue(NewRetVal, Val, RetIdx++); in runOnFunction()407 RI->setOperand(0, NewRetVal); in runOnFunction()409 B.CreateRet(NewRetVal); in runOnFunction()
306 Value *NewRetVal = NewInst; in versionCallSite() local314 NewRetVal = NewBitCast; in versionCallSite()323 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSite()
1230 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local1231 if (!NewRetVal) in AddReturnAttributes()1260 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()1263 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
4136 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local4139 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()