Searched refs:SeltTy (Results 1 – 1 of 1) sorted by relevance
875 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local876 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()877 || SeltTy->hasPointerRepresentation()) in classifyReturnType()878 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()