Searched refs:getArrayNumElements (Results 1 – 23 of 23) sorted by relevance
237 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
402 inline uint64_t getArrayNumElements() const;
398 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
216 return T->getArrayNumElements(); in getAggregateNumElements()
460 for (uint64_t I = 0, E = AT->getArrayNumElements(); I < E; ++I) { in fatPtrsToInts()494 for (uint64_t I = 0, E = AT->getArrayNumElements(); I < E; ++I) { in intsToFatPtrs()
347 uint64_t ElementCnt = T->getArrayNumElements(); in canonicalizeThunkType()
1087 if (LP->isFilter(I) && Clause->getType()->getArrayNumElements() == 0) in canUnwindPastLandingPad()
548 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz()
1067 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
6329 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
869 return getOpTypeArray(Ty->getArrayNumElements(), El, MIRBuilder, EmitIR); in createSPIRVType()
2200 ArrayElementType, GVType->getArrayNumElements(), I, TII); in selectGlobalValue()
876 for (auto I : seq(Ty->getArrayNumElements())) { in emitCheckInternal()
5360 R.second *= T->getScalarType()->getArrayNumElements(); in classifyArgument()
2063 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
877 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
123 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
5234 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody()5281 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
873 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
3766 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
9431 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()9471 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
6424 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
49516 Ty->getArrayNumElements() > in combineAndLoadToBZHI()49521 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()