Searched refs:NewRetVal (Results 1 – 4 of 4) sorted by relevance
338 Value *NewRetVal = PoisonValue::get(NewRetTy); in runOnFunction() local342 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()345 NewRetVal = B.CreateInsertValue(NewRetVal, ReturnPoint.second, RetIdx++); in runOnFunction()348 RI->setOperand(0, NewRetVal); in runOnFunction()350 B.CreateRet(NewRetVal); in runOnFunction()
305 Value *NewRetVal = NewInst; in versionCallSiteWithCond() local313 NewRetVal = NewBitCast; in versionCallSiteWithCond()322 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()
1567 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local1568 if (!NewRetVal) in AddReturnAttributes()1573 if (InlinedFunctionInfo.isSimplified(RetVal, NewRetVal)) in AddReturnAttributes()1602 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()1667 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
5464 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local5467 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()