Searched refs:SRetTy (Results 1 – 4 of 4) sorted by relevance
382 } else if (StructType *SRetTy = dyn_cast<StructType>(RetTy)) { in getMips16HelperFunction() local 384 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()
527 } else if (auto SRetTy = dyn_cast<StructType>(FT->getReturnType())) { in checkWFRetconPrototype() local528 ResultOkay = (!SRetTy->isOpaque() && in checkWFRetconPrototype()529 SRetTy->getNumElements() > 0 && in checkWFRetconPrototype()530 SRetTy->getElementType(0)->isPointerTy()); in checkWFRetconPrototype()
95 FunctionType *FTy, const SPIRVType *SRetTy, in fixFunctionTypeIfPtrArgs() argument117 const Type *RetTy = GR->getTypeForSPIRVType(SRetTy); in fixFunctionTypeIfPtrArgs()
203 if (Type *SRetTy = ParamAttrs.getStructRetType()) in getMemoryParamAllocType() local204 return SRetTy; in getMemoryParamAllocType()