Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp64 auto StructT = cast<StructType>(T); in isSupportedType() local
65 for (unsigned i = 1, e = StructT->getNumElements(); i != e; ++i) in isSupportedType()
66 if (StructT->getElementType(i) != StructT->getElementType(0)) in isSupportedType()