Home | History | Annotate | Download | only in Mips

Lines Matching full:retty

323     (Type* RetTy, ArgListTy &Args, bool &needHelper) const {
333 if (RetTy->isFloatTy()) {
336 else if (RetTy ->isDoubleTy()) {
339 else if (RetTy->isStructTy()) {
341 if (RetTy->getNumContainedTypes() == 2) {
342 if ((RetTy->getContainedType(0)->isFloatTy()) &&
343 (RetTy->getContainedType(1)->isFloatTy())) {
346 else if ((RetTy->getContainedType(0)->isDoubleTy()) &&
347 (RetTy->getContainedType(1)->isDoubleTy())) {
391 getMips16HelperFunction(CLI.RetTy, CLI.Args, NeedMips16Helper);