Home | History | Annotate | Download | only in TableGen

Lines Matching refs:BitRecTy

685   case tgtok::Bit:    Lex.Lex(); return BitRecTy::get();
926 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break;
1059 MHSTy = BitRecTy::get();
1066 RHSTy = BitRecTy::get();
1325 Init *Bit = Vals[i]->convertInitializerTo(BitRecTy::get());