Searched refs:NewRetVal (Results 1 – 4 of 4) sorted by relevance
345 Value *NewRetVal = PoisonValue::get(NewRetTy); in runOnFunction() 349 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() 344 Value *NewRetVal = PoisonValue::get(NewRetTy); runOnFunction() local
303 Value *NewRetVal = NewInst; in versionCallSiteWithCond() local311 NewRetVal = NewBitCast; in versionCallSiteWithCond()320 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()
1481 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local1482 if (!NewRetVal) in AddReturnAttributes()1487 if (InlinedFunctionInfo.isSimplified(RetVal, NewRetVal)) in AddReturnAttributes()1516 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()1581 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
4995 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local4998 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()