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