Searched refs:isSingleElementStruct (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 471 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function 495 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 524 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 702 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 721 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 1290 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 1386 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 2744 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() 3946 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo() 4043 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment()
|