Searched refs:ArrayElementCount (Results 1 – 5 of 5) sorted by relevance
241 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in FoldCmpLoadFromIndexedGlobal() local242 if (ArrayElementCount > 1024) return nullptr; // Don't blow up on huge arrays. in FoldCmpLoadFromIndexedGlobal()309 for (unsigned i = 0, e = ArrayElementCount; i != e; ++i) { in FoldCmpLoadFromIndexedGlobal()486 if (ArrayElementCount <= Idx->getType()->getIntegerBitWidth()) in FoldCmpLoadFromIndexedGlobal()489 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in FoldCmpLoadFromIndexedGlobal()
153 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal() local155 if (ArrayElementCount > MaxArraySizeForCombine) in foldCmpLoadFromIndexedGlobal()223 for (unsigned i = 0, e = ArrayElementCount; i != e; ++i) { in foldCmpLoadFromIndexedGlobal()399 if (ArrayElementCount <= Idx->getType()->getIntegerBitWidth()) in foldCmpLoadFromIndexedGlobal()402 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()
119 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal() local121 if (ArrayElementCount > MaxArraySizeForCombine) in foldCmpLoadFromIndexedGlobal()189 for (unsigned i = 0, e = ArrayElementCount; i != e; ++i) { in foldCmpLoadFromIndexedGlobal()390 if (ArrayElementCount <= Idx->getType()->getIntegerBitWidth()) in foldCmpLoadFromIndexedGlobal()393 Ty = DL.getSmallestLegalIntType(Init->getContext(), ArrayElementCount); in foldCmpLoadFromIndexedGlobal()
40091 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI() local40093 for (uint64_t j = 0; j < ArrayElementCount; j++) { in combineAndLoadToBZHI()
49016 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI() local49018 for (uint64_t j = 0; j < ArrayElementCount; j++) { in combineAndLoadToBZHI()