Searched refs:recursiveType (Results 1 – 1 of 1) sorted by relevance
409 static bool recursiveType(const StructType *ST, const Type *Ty) { in recursiveType() function558 if (isa<CompositeType>(ElemTy) && recursiveType(ST, ElemTy)) in transType()