Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCInstPrinter.cpp182 static bool needsLeadingZero(uint64_t Value) in needsLeadingZero() function
211 if (needsLeadingZero(-(uint64_t)(Value))) in formatHex()
215 if (needsLeadingZero((uint64_t)(Value))) in formatHex()
227 if (needsLeadingZero(Value)) in formatHex()