Searched refs:isSupportedReturnType (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp335 static bool isSupportedReturnType(Type *T) { function
383 if (Val != nullptr && !isSupportedReturnType(Val->getType()))
516 if (!Info.OrigRet.Ty->isVoidTy() && !isSupportedReturnType(Info.OrigRet.Ty))

Completed in 105 milliseconds