Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp180 static uint64_t shiftRightAndRound(uint64_t N, int Shift) { in shiftRightAndRound() function
234 W.Amount = std::max(UINT64_C(1), shiftRightAndRound(W.Amount, Shift)); in normalize()