Home | History | Annotate | Download | only in TableGen

Lines Matching refs:BitRecTy

688   case tgtok::Bit:    Lex.Lex(); return BitRecTy::get();
927 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break;
1060 MHSTy = BitRecTy::get();
1067 RHSTy = BitRecTy::get();
1290 Init *Bit = Vals[i]->convertInitializerTo(BitRecTy::get());