Searched refs:BitRecTy (Results 1 – 4 of 4) sorted by relevance
63 BitRecTy SharedBitRecTy;121 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get()125 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo()377 if (isa<BitRecTy>(Ty)) in convertInitializerTo()423 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()538 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()748 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()1839 if (isa<BitRecTy>(getType()) && isa<BitsRecTy>(Ty) && in convertInitializerTo()1915 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()1972 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()[all …]
823 return BitRecTy::get(Records); in ParseType()1247 Type = BitRecTy::get(Records); in ParseOperation()1565 MHSTy = BitRecTy::get(Records); in ParseOperation()1572 RHSTy = BitRecTy::get(Records); in ParseOperation()2128 VTy = BitRecTy::get(Records); in ParseOperationCond()2305 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()3332 ListInit *EmptyList = ListInit::get({}, BitRecTy::get(Records)); in ParseIf()3334 ListInit::get({BitInit::get(Records, true)}, BitRecTy::get(Records)); in ParseIf()3335 RecTy *BitListTy = ListRecTy::get(BitRecTy::get(Records)); in ParseIf()
109 class BitRecTy : public RecTy {112 BitRecTy(RecordKeeper &RK) : RecTy(BitRecTyKind, RK) {} in BitRecTy() function119 static BitRecTy *get(RecordKeeper &RK);1201 : TypedInit(IK_VarBitInit, BitRecTy::get(T->getRecordKeeper())), TI(T), in VarBitInit()
182 ``BitRecTy``,