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