Home | History | Annotate | Download | only in VMCore

Lines Matching defs:RetTy

1737   Type *RetTy = FTy->getReturnType();
1738 StructType *ST = dyn_cast<StructType>(RetTy);
1740 if (RetTy->isVoidTy())
1777 RetTy = ST->getElementType(Match);
1779 if (Ty != RetTy) {