Searched refs:getArrayNumElements (Results 1 – 11 of 11) sorted by relevance
125 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
344 inline uint64_t getArrayNumElements() const;
360 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
345 ArrayTy->getArrayNumElements()); in arrayTypeToVecType()
1135 assert(P->getType()->getPointerElementType()->getArrayNumElements() == Size); in getScalarOrArray()1181 assert(AT->getArrayNumElements() == Len); in getScalarOrArrayConstantInt()
529 T->getArrayNumElements(), false), nullptr)))); in transType()
2234 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtrImpl()
4649 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()4691 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
2863 uint64_t NumElts = Array->getType()->getArrayNumElements(); in getConstantStringInfo()
4650 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
241 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in FoldCmpLoadFromIndexedGlobal()