Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstPrinter.cpp181 static bool needsLeadingZero(uint64_t Value) in needsLeadingZero() function
210 if (needsLeadingZero(-(uint64_t)(Value))) in formatHex()
214 if (needsLeadingZero((uint64_t)(Value))) in formatHex()
226 if (needsLeadingZero(Value)) in formatHex()