Lines Matching full:retty
3085 if (CLI.RetTy->isVoidTy())3087 else if (!isTypeLegal(CLI.RetTy, RetVT))3249 Type *RetTy =3251 if (!isTypeLegal(RetTy, RetVT))3490 Type *RetTy = II->getCalledFunction()->getReturnType();3493 if (!isTypeLegal(RetTy, VT))3517 Type *RetTy = Ty->getTypeAtIndex(0U);3520 if (!isTypeLegal(RetTy, VT))