Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2079 Type *NewRetTy = FT->getReturnType(); in transformConstExprCastCall() local
2082 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()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1493 Type *NewRetTy = Caller->getReturnType(); in InlineFunction() local
1494 bool NeedBitCast = !TheCall->use_empty() && TheCall->getType() != NewRetTy; in InlineFunction()
1517 Builder.CreateRet(Builder.CreateBitCast(ReturnedMustTail, NewRetTy)); in InlineFunction()