Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp251 static constexpr const unsigned kRadix = 16; member
258 << RV.Value.toString(kRadix, kSigned); in output()
270 const unsigned BitsNeeded = APInt::getBitsNeeded(Pieces[1], kRadix); in input()
271 RV.Value = APInt(BitsNeeded, Pieces[1], kRadix); in input()