Searched refs:NewRetTy (Results 1 – 2 of 2) sorted by relevance
2079 Type *NewRetTy = FT->getReturnType(); in transformConstExprCastCall() local2082 if (OldRetTy != NewRetTy) { in transformConstExprCastCall()2084 if (NewRetTy->isStructTy()) in transformConstExprCastCall()2087 if (!CastInst::isBitOrNoopPointerCastable(NewRetTy, OldRetTy, DL)) { in transformConstExprCastCall()2093 !NewRetTy->isVoidTy()) in transformConstExprCastCall()2099 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()2213 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()2271 if (NewRetTy->isVoidTy()) in transformConstExprCastCall()
1493 Type *NewRetTy = Caller->getReturnType(); in InlineFunction() local1494 bool NeedBitCast = !TheCall->use_empty() && TheCall->getType() != NewRetTy; in InlineFunction()1517 Builder.CreateRet(Builder.CreateBitCast(ReturnedMustTail, NewRetTy)); in InlineFunction()