Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp63 auto StructT = cast<StructType>(T); in isSupportedType() local
64 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()