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

/external/llvm/lib/MC/
H A DMCInstPrinter.cpp56 static bool needsLeadingZero(uint64_t Value) function
81 if (needsLeadingZero((uint64_t)(-Value)))
86 if (needsLeadingZero((uint64_t)(Value)))
100 if (needsLeadingZero(Value))

Completed in 88 milliseconds