Searched refs:ArrayEltSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1635 uint64_t ArrayEltSize local
1637 if (ResSize && ArrayEltSize % ResSize == 0) {
1640 uint64_t Scale = ArrayEltSize / ResSize;

Completed in 1688 milliseconds