reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
486 explicit BitInit(bool V) : TypedInit(IK_BitInit, BitRecTy::get()), Value(V) {} 1110 : TypedInit(IK_VarBitInit, BitRecTy::get()), TI(T), Bit(B) {lib/TableGen/Record.cpp
681 if (getType() == BitRecTy::get()) 1489 if (getType() == BitRecTy::get()) 1554 if (getType() == BitRecTy::get()) 1719 if (getType() == BitRecTy::get())lib/TableGen/TGParser.cpp
802 case tgtok::Bit: Lex.Lex(); return BitRecTy::get(); 1106 Type = BitRecTy::get(); 1113 Type = BitRecTy::get(); 1465 MHSTy = BitRecTy::get(); 1472 RHSTy = BitRecTy::get(); 1727 VTy = BitRecTy::get(); 1919 Init *Bit = Vals[i]->getCastTo(BitRecTy::get());