Searched refs:getArrayNumElements (Results 1 – 17 of 17) sorted by relevance
168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
373 inline uint64_t getArrayNumElements() const;
383 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
186 return T->getArrayNumElements(); in getAggregateNumElements()
1587 FTy.getParamType(0)->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
4175 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
1958 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
2357 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
783 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
2452 ArrTy->getArrayNumElements() == VecVTy->getNumElements() && in visitGetElementPtrInst()
115 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
4187 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody()4229 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
646 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
3393 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
8166 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()8206 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
5593 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
44723 Ty->getArrayNumElements() > in combineAndLoadToBZHI()44728 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()