Searched refs:SeltTy (Results 1 – 1 of 1) sorted by relevance
702 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() local703 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType()721 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local722 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()1290 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local1291 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()1292 || SeltTy->hasPointerRepresentation()) in classifyReturnType()1293 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()