Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCInstPrinter.cpp69 static bool needsLeadingZero(uint64_t Value) in needsLeadingZero() function
94 if (needsLeadingZero((uint64_t)(-Value))) in formatHex()
99 if (needsLeadingZero((uint64_t)(Value))) in formatHex()
113 if (needsLeadingZero(Value)) in formatHex()