Home
last modified time | relevance | path

Searched refs:NewRetTy (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp1530 Type *NewRetTy = FT->getReturnType(); in transformConstExprCastCall() local
1533 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()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDInlineFunction.cpp1217 Type *NewRetTy = Caller->getReturnType(); in InlineFunction() local
1218 bool NeedBitCast = !TheCall->use_empty() && TheCall->getType() != NewRetTy; in InlineFunction()
1241 Builder.CreateRet(Builder.CreateBitCast(ReturnedMustTail, NewRetTy)); in InlineFunction()