Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp174 static bool needsLeadingZero(uint64_t Value) in needsLeadingZero() function
203 if (needsLeadingZero(-(uint64_t)(Value))) in formatHex()
207 if (needsLeadingZero((uint64_t)(Value))) in formatHex()
219 if (needsLeadingZero(Value)) in formatHex()