Home | History | Annotate | Download | only in IR

Lines Matching defs:RetTy

1888     Type *RetTy = FTy->getReturnType();
1900 (!RetTy->isPointerTy() ||
1901 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) {
1902 TypePrinter.print(RetTy, Out);
1921 Type *RetTy = FTy->getReturnType();
1939 (!RetTy->isPointerTy() ||
1940 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) {
1941 TypePrinter.print(RetTy, Out);