Searched refs:getStructNumElements (Results 1 – 12 of 12) sorted by relevance
486 assert(SrcTy->getStructNumElements() == DestTy->getStructNumElements()); in createCast()488 for (unsigned int I = 0, E = SrcTy->getStructNumElements(); I < E; ++I) { in createCast()
43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
399 inline unsigned getStructNumElements() const;
362 unsigned Type::getStructNumElements() const { in getStructNumElements() function
241 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
215 return T->getStructNumElements(); in getAggregateNumElements()
1084 return ElementCount::getFixed(Ty->getStructNumElements()); in getElementCount()1119 return Ty->getStructNumElements(); in getNumElements()
867 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
5055 if (IsStruct && Index >= Ty->getStructNumElements()) in parseFunctionBody()5102 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()
9167 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()9207 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()
8005 NumElts = AggregateTy->getStructNumElements(); in getEntryCost()