Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Digits

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