Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp75 static char getHexDigit(int N) { in getHexDigit() function
84 OS << getHexDigit(Mass >> (60 - Digits * 4) & 0xf); in print()