Home
last modified time | relevance | path

Searched refs:SeltTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp875 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local
876 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
877 || SeltTy->hasPointerRepresentation()) in classifyReturnType()
878 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()