Searched refs:SRetTy (Results 1 – 3 of 3) sorted by relevance
382 } else if (StructType *SRetTy = dyn_cast<StructType>(RetTy)) { in getMips16HelperFunction() local384 if (SRetTy->getNumElements() == 2) { in getMips16HelperFunction()385 if ((SRetTy->getElementType(0)->isFloatTy()) && in getMips16HelperFunction()386 (SRetTy->getElementType(1)->isFloatTy())) { in getMips16HelperFunction()388 } else if ((SRetTy->getElementType(0)->isDoubleTy()) && in getMips16HelperFunction()389 (SRetTy->getElementType(1)->isDoubleTy())) { in getMips16HelperFunction()
518 } else if (auto SRetTy = dyn_cast<StructType>(FT->getReturnType())) { in checkWFRetconPrototype() local519 ResultOkay = (!SRetTy->isOpaque() && in checkWFRetconPrototype()520 SRetTy->getNumElements() > 0 && in checkWFRetconPrototype()521 SRetTy->getElementType(0)->isPointerTy()); in checkWFRetconPrototype()
171 if (Type *SRetTy = ParamAttrs.getStructRetType()) in getMemoryParamAllocType() local172 return SRetTy; in getMemoryParamAllocType()