Searched refs:getArrayNumElements (Results 1 – 10 of 10) sorted by relevance
106 ArrayTy->getArrayNumElements()); in arrayTypeToVecType()162 AllocaTy->getArrayNumElements() > 4) { in tryPromoteAllocaToVector()
148 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
352 uint64_t getArrayNumElements() const;
201 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function in Type
70 NamePtr->getType()->getPointerElementType()->getArrayNumElements()))
4211 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()4253 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
2923 uint64_t NumElts = Array->getType()->getArrayNumElements(); in getConstantStringInfo()
234 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in FoldCmpLoadFromIndexedGlobal()
4316 ->getArrayNumElements(); in BuildLookup()