Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp228 static uint64_t shiftRightAndRound(uint64_t N, int Shift) { in shiftRightAndRound() function
283 W.Amount = std::max(UINT64_C(1), shiftRightAndRound(W.Amount, Shift)); in normalize()