Searched refs:getArrayNumElements (Results 1 – 19 of 19) sorted by relevance
168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
368 inline uint64_t getArrayNumElements() const;
384 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
193 return T->getArrayNumElements(); in getAggregateNumElements()
533 return getOpTypeArray(Ty->getArrayNumElements(), El, MIRBuilder, EmitIR); in createSPIRVType()
1791 FTy.getParamType(0)->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
4268 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
2202 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
1984 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
840 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
2180 ArrTy->getArrayNumElements() == VecVTy->getNumElements() && in visitGEPOfBitcast()
118 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
4853 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody()4900 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
735 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
6001 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
3472 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
8294 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()8334 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
4592 EXPECT_EQ(Initializer->getType()->getArrayNumElements(), Names.size()); in TEST_F()
47752 Ty->getArrayNumElements() > in combineAndLoadToBZHI()47757 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()