Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp345 unsigned Pow2Num = 1; in selectStores() local
367 Pow2Num = OG.size(); in selectStores()
377 if (Pow2Num <= 1) { in selectStores()
383 OG.resize(Pow2Num); in selectStores()