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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2553 unsigned MinLS = ~0u; // Log_2 of the memory access size. local
2574 MinLS = std::min(MinLS, LS);
2581 return !isUInt<6>(StackSize >> MinLS);

Completed in 118 milliseconds