Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Digits

528   unsigned Digits = (Width + 3) / 4;
533 OS << format("0x%0*x, ", Digits, Value);