Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp888 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local
889 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
890 || SeltTy->hasPointerRepresentation()) in classifyReturnType()
891 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()