Searched refs:StructT (Results 1 – 5 of 5) sorted by relevance
71 auto StructT = cast<StructType>(T); in isSupportedType() 72 for (unsigned i = 1, e = StructT->getNumElements(); i != e; ++i) in isSupportedType() 73 if (StructT->getElementType(i) != StructT->getElementType(0)) in isSupportedType() 75 return isSupportedType(DL, TLI, StructT->getElementType(0)); in isSupportedType() 64 auto StructT = cast<StructType>(T); isSupportedType() local
54 class StructT { class59 class StructM1 : public StructS, public StructT {
33 struct __attribute__((__swift_bridge__("StructT"))) T {};
380 auto StructT = cast<StructType>(T); in isSupportedReturnType() 381 for (unsigned i = 0, e = StructT->getNumElements(); i != e; ++i) in isSupportedReturnType() 382 if (!isSupportedReturnType(StructT->getElementType(i), Subtarget)) in isSupportedReturnType() 376 auto StructT = cast<StructType>(T); isSupportedReturnType() local
1159 auto StructT = cast<StructType>(RetTy); in instCombineSVECmpNE() 1160 auto VecT = StructT->getElementType(0); in instCombineSVECmpNE() 1162 for (unsigned i = 0; i < StructT->getNumElements(); i++) { in instCombineSVECmpNE() 1166 Node = ConstantStruct::get(StructT, ZerVec); in instCombineSVECmpNE() 1039 auto StructT = cast<StructType>(RetTy); instCombineSVENoActiveUnaryZero() local