Home | History | Annotate | Download | only in TableGen

Lines Matching refs:BitRecTy

610   case tgtok::Bit:    Lex.Lex(); return BitRecTy::get();
855 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break;
975 Type = BitRecTy::get();
982 Type = BitRecTy::get();
1180 Init *Bit = Vals[i]->convertInitializerTo(BitRecTy::get());