Home | History | Annotate | Download | only in TableGen

Lines Matching refs:IntInit

1092   case tgtok::IntVal: R = IntInit::get(Lex.getCurIntVal()); Lex.Lex(); break;