Searched refs:ArrayElementCount (Results 1 – 2 of 2) sorted by relevance
115 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal() local117 if (ArrayElementCount > MaxArraySizeForCombine) in foldCmpLoadFromIndexedGlobal()185 for (unsigned i = 0, e = ArrayElementCount; i != e; ++i) { in foldCmpLoadFromIndexedGlobal()361 if (ArrayElementCount <= Idx->getType()->getIntegerBitWidth()) in foldCmpLoadFromIndexedGlobal()364 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()
44408 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI() local44410 for (uint64_t j = 0; j < ArrayElementCount; j++) { in combineAndLoadToBZHI()