Searched refs:getStructNumElements (Results 1 – 10 of 10) sorted by relevance
45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
490 assert(SrcTy->getStructNumElements() == DestTy->getStructNumElements()); in createCast()492 for (unsigned int I = 0, E = SrcTy->getStructNumElements(); I < E; ++I) { in createCast()
173 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
355 inline unsigned getStructNumElements() const;
329 unsigned Type::getStructNumElements() const { in getStructNumElements() function
166 if ((SrcEltTy->isStructTy() && (SrcEltTy->getStructNumElements() != 1))) in checkArgumentUses()
244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
186 return T->getStructNumElements(); in getAggregateNumElements()
863 return Ty->getStructNumElements(); in getNumElements()894 return Ty->getStructNumElements(); in getNumElements()
3723 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()3765 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()