Searched refs:getArrayNumElements (Results 1 – 19 of 19) sorted by relevance
168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
395 inline uint64_t getArrayNumElements() const;
384 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
193 return T->getArrayNumElements(); in getAggregateNumElements()
540 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz()
1015 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
4376 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
669 return getOpTypeArray(Ty->getArrayNumElements(), El, MIRBuilder, EmitIR); in createSPIRVType()
2031 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
2209 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
860 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
2195 ArrTy->getArrayNumElements() == VecVTy->getNumElements() && in visitGEPOfBitcast()
119 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
5018 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody()5065 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
768 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
6170 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
3522 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
8563 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()8603 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
49026 Ty->getArrayNumElements() > in combineAndLoadToBZHI()49031 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()