Searched refs:getArrayNumElements (Results 1 – 8 of 8) sorted by relevance
106 ArrayTy->getArrayNumElements()); in arrayTypeToVecType()158 AllocaTy->getArrayNumElements() > 4) { in tryPromoteAllocaToVector()
360 uint64_t getArrayNumElements() const;
226 ConstantInt::get(Int32Ty, NameArrayTy->getArrayNumElements()), in getOrCreateRegionCounters()
208 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function in Type
3531 if (IsArray && Index >= CurTy->getArrayNumElements()) in ParseFunctionBody()3572 if (IsArray && Index >= CurTy->getArrayNumElements()) in ParseFunctionBody()
2654 uint64_t NumElts = Array->getType()->getArrayNumElements(); in getConstantStringInfo()
236 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in FoldCmpLoadFromIndexedGlobal()
3879 ->getArrayNumElements(); in BuildLookup()