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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp343 // Pow2Num will be the largest number of elements in OG such that the sum
344 // of sizes of stores 0...Pow2Num-1 will be a power of 2.
345 unsigned Pow2Num = 1; local
367 Pow2Num = OG.size();
377 if (Pow2Num <= 1) {
383 OG.resize(Pow2Num);

Completed in 53 milliseconds