Searched refs:getStructNumElements (Results 1 – 11 of 11) 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()
365 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()
1090 return ElementCount::getFixed(Ty->getStructNumElements()); in getElementCount()1125 return Ty->getStructNumElements(); in getNumElements()
837 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
4851 if (IsStruct && Index >= Ty->getStructNumElements()) in parseFunctionBody()4898 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()
8289 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()8329 assert(MvecLType->getStructNumElements() == 1 && in EmitARMMVEBuiltinExpr()