Searched refs:NewRetVal (Results 1 – 4 of 4) sorted by relevance
343 Value *NewRetVal = UndefValue::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()
1258 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local1259 if (!NewRetVal) in AddReturnAttributes()1288 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()1290 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
4311 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local4314 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()