Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp25 unsigned NumHex; in PrintImpl() local
32 NumHex = 8; in PrintImpl()
37 NumHex = 16; in PrintImpl()
44 if (HexStr.length() < NumHex) in PrintImpl()
45 OS << std::string(NumHex - HexStr.length(), '0'); in PrintImpl()