Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp241 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function
265 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct()
294 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct()
875 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType()
969 const Type *T = isSingleElementStruct(Ty, getContext()); in classify()
2209 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType()
3333 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo()
3448 const Type *EltType = isSingleElementStruct(Ty, getContext()); in isAlignedParamType()