Home
last modified time | relevance | path

Searched defs:getHalf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp55 static uint64_t getHalf(uint64_t N) { return (N >> 1) + (N & 1); } in getHalf() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h431 static uint64_t getHalf(uint64_t N) { return (N >> 1) + (N & 1); } in getHalf() function