Searched refs:getStructNumElements (Results 1 – 12 of 12) sorted by relevance
493 assert(SrcTy->getStructNumElements() == DestTy->getStructNumElements()); in createCast()495 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()
392 inline unsigned getStructNumElements() const;
348 unsigned Type::getStructNumElements() const { in getStructNumElements() function
244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
192 return T->getStructNumElements(); in getAggregateNumElements()
1098 return ElementCount::getFixed(Ty->getStructNumElements()); in getElementCount()1133 return Ty->getStructNumElements(); in getNumElements()
857 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
5016 if (IsStruct && Index >= Ty->getStructNumElements()) in parseFunctionBody()5063 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()
8558 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()8598 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()
7031 NumElts = AggregateTy->getStructNumElements(); in getEntryCost()