Searched refs:ArrayElementCount (Results 1 – 2 of 2) sorted by relevance
122 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal() local124 if (ArrayElementCount > MaxArraySizeForCombine) in foldCmpLoadFromIndexedGlobal()194 for (unsigned i = 0, e = ArrayElementCount; i != e; ++i) { in foldCmpLoadFromIndexedGlobal()402 if (ArrayElementCount <= Idx->getType()->getIntegerBitWidth()) in foldCmpLoadFromIndexedGlobal()405 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()
48356 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI() local48358 for (uint64_t j = 0; j < ArrayElementCount; j++) { in combineAndLoadToBZHI()