Searched refs:getStructNumElements (Results 1 – 12 of 12) sorted by relevance
488 assert(SrcTy->getStructNumElements() == DestTy->getStructNumElements()); in createCast()490 for (unsigned int I = 0, E = SrcTy->getStructNumElements(); I < E; ++I) { in createCast()
43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
370 inline unsigned getStructNumElements() const;
347 unsigned Type::getStructNumElements() const { in getStructNumElements() function
147 if ((SrcEltTy->isStructTy() && (SrcEltTy->getStructNumElements() != 1))) in checkArgumentUses()
244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
185 return T->getStructNumElements(); in getAggregateNumElements()
1113 return ElementCount::getFixed(Ty->getStructNumElements()); in getElementCount()1148 return Ty->getStructNumElements(); in getNumElements()
780 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
4185 if (IsStruct && Index >= Ty->getStructNumElements()) in parseFunctionBody()4227 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()
8161 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()8201 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()