Searched refs:StructT (Results 1 – 1 of 1) sorted by relevance
64 auto StructT = cast<StructType>(T); in isSupportedType() local65 for (unsigned i = 1, e = StructT->getNumElements(); i != e; ++i) in isSupportedType()66 if (StructT->getElementType(i) != StructT->getElementType(0)) in isSupportedType()68 return isSupportedType(DL, TLI, StructT->getElementType(0)); in isSupportedType()