Searched refs:SRetTy (Results 1 – 4 of 4) sorted by relevance
390 } else if (StructType *SRetTy = dyn_cast<StructType>(RetTy)) { in getMips16HelperFunction() local392 if (SRetTy->getNumElements() == 2) { in getMips16HelperFunction()393 if ((SRetTy->getElementType(0)->isFloatTy()) && in getMips16HelperFunction()394 (SRetTy->getElementType(1)->isFloatTy())) { in getMips16HelperFunction()396 } else if ((SRetTy->getElementType(0)->isDoubleTy()) && in getMips16HelperFunction()397 (SRetTy->getElementType(1)->isDoubleTy())) { in getMips16HelperFunction()
576 } else if (auto SRetTy = dyn_cast<StructType>(FT->getReturnType())) { in checkWFRetconPrototype() local577 ResultOkay = (!SRetTy->isOpaque() && in checkWFRetconPrototype()578 SRetTy->getNumElements() > 0 && in checkWFRetconPrototype()579 SRetTy->getElementType(0)->isPointerTy()); in checkWFRetconPrototype()
108 FunctionType *FTy, const SPIRVType *SRetTy, in fixFunctionTypeIfPtrArgs() argument127 const Type *RetTy = GR->getTypeForSPIRVType(SRetTy); in fixFunctionTypeIfPtrArgs()
196 if (Type *SRetTy = ParamAttrs.getStructRetType()) in getMemoryParamAllocType() local197 return SRetTy; in getMemoryParamAllocType()