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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp994 Type *NewRetTy = FT->getReturnType(); local
996 if (NewRetTy->isStructTy())
1000 if (OldRetTy != NewRetTy) {
1006 (NewRetTy->isPointerTy() || !TD ||
1007 NewRetTy == TD->getIntPtrType(Caller->getContext()))))
1012 !NewRetTy->isVoidTy() && !CastInst::isCastable(NewRetTy, OldRetTy))
1017 if (RAttrs & Attribute::typeIncompatible(NewRetTy))
1121 RAttrs &= ~Attribute::typeIncompatible(NewRetTy);
1176 if (NewRetTy
[all...]

Completed in 36 milliseconds