Searched refs:NewRetTy (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1012 Type *NewRetTy = FT->getReturnType(); local
1014 if (NewRetTy->isStructTy())
1018 if (OldRetTy != NewRetTy) {
1024 (NewRetTy->isPointerTy() || !TD ||
1025 NewRetTy == TD->getIntPtrType(Caller->getContext()))))
1030 !NewRetTy->isVoidTy() && !CastInst::isCastable(NewRetTy, OldRetTy))
1035 if (RAttrs & Attribute::typeIncompatible(NewRetTy))
1130 RAttrs &= ~Attribute::typeIncompatible(NewRetTy);
1185 if (NewRetTy
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2633 Type *NewRetTy = FT->getReturnType(); local
2636 if (OldRetTy != NewRetTy) {
2638 if (NewRetTy->isStructTy())
2641 if (!CastInst::isBitOrNoopPointerCastable(NewRetTy, OldRetTy, DL)) {
2647 !NewRetTy->isVoidTy())
2653 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy)))
2767 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy));
2825 if (NewRetTy->isVoidTy())
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1914 Type *NewRetTy = Caller->getReturnType(); local
1915 bool NeedBitCast = !TheCall->use_empty() && TheCall->getType() != NewRetTy;
1938 Builder.CreateRet(Builder.CreateBitCast(ReturnedMustTail, NewRetTy));

Completed in 122 milliseconds