Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp159 static bool needsLeadingZero(uint64_t Value) in needsLeadingZero() function
188 if (needsLeadingZero(-(uint64_t)(Value))) in formatHex()
192 if (needsLeadingZero((uint64_t)(Value))) in formatHex()
204 if (needsLeadingZero(Value)) in formatHex()