Searched refs:NewRetTy (Results 1 – 2 of 2) sorted by relevance
1530 Type *NewRetTy = FT->getReturnType(); in transformConstExprCastCall() local1533 if (OldRetTy != NewRetTy) { in transformConstExprCastCall()1535 if (NewRetTy->isStructTy()) in transformConstExprCastCall()1538 if (!CastInst::isBitOrNoopPointerCastable(NewRetTy, OldRetTy, DL)) { in transformConstExprCastCall()1544 !NewRetTy->isVoidTy()) in transformConstExprCastCall()1550 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()1664 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()1722 if (NewRetTy->isVoidTy()) in transformConstExprCastCall()
1217 Type *NewRetTy = Caller->getReturnType(); in InlineFunction() local1218 bool NeedBitCast = !TheCall->use_empty() && TheCall->getType() != NewRetTy; in InlineFunction()1241 Builder.CreateRet(Builder.CreateBitCast(ReturnedMustTail, NewRetTy)); in InlineFunction()