Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp409 static bool recursiveType(const StructType *ST, const Type *Ty) { in recursiveType() function
558 if (isa<CompositeType>(ElemTy) && recursiveType(ST, ElemTy)) in transType()