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()
44 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
368 inline unsigned getStructNumElements() const;
350 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()
1111 return ElementCount::getFixed(Ty->getStructNumElements()); in getElementCount()1146 return Ty->getStructNumElements(); in getNumElements()
719 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
4214 if (IsStruct && Index >= FullTy->getStructNumElements()) in parseFunctionBody()4256 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()
8080 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()8120 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()