Home
last modified time | relevance | path

Searched refs:ArrayElementCount (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp119 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal() local
121 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49031 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI() local
49033 for (uint64_t j = 0; j < ArrayElementCount; j++) { in combineAndLoadToBZHI()