Home | History | Annotate | Download | only in TableGen

Lines Matching full:narrow

305 /// Narrow - Convert a type code into the next smaller type.  short -> char,
307 static char Narrow(const char t) {
318 PrintFatalError("unhandled type in narrow!");
413 type = Narrow(type);
418 type = Narrow(type);