Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCInstPrinter.cpp72 static bool needsLeadingZero(uint64_t Value) in needsLeadingZero() function
97 if (needsLeadingZero((uint64_t)(-Value))) in formatHex()
102 if (needsLeadingZero((uint64_t)(Value))) in formatHex()
116 if (needsLeadingZero(Value)) in formatHex()