Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp994 Type *NewRetTy = FT->getReturnType(); in transformConstExprCastCall() local
996 if (NewRetTy->isStructTy()) in transformConstExprCastCall()
1000 if (OldRetTy != NewRetTy) { in transformConstExprCastCall()
1006 (NewRetTy->isPointerTy() || !TD || in transformConstExprCastCall()
1007 NewRetTy == TD->getIntPtrType(Caller->getContext())))) in transformConstExprCastCall()
1012 !NewRetTy->isVoidTy() && !CastInst::isCastable(NewRetTy, OldRetTy)) in transformConstExprCastCall()
1017 if (RAttrs & Attribute::typeIncompatible(NewRetTy)) in transformConstExprCastCall()
1121 RAttrs &= ~Attribute::typeIncompatible(NewRetTy); in transformConstExprCastCall()
1176 if (NewRetTy->isVoidTy()) in transformConstExprCastCall()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1744 llvm::Type *NewRetTy = NewFn->getReturnType(); in ReplaceUsesOfNonProtoTypeWithRealFunction() local
1758 if (CI->getType() != NewRetTy && !CI->use_empty()) in ReplaceUsesOfNonProtoTypeWithRealFunction()