Searched refs:BitRecTy (Results 1 – 4 of 4) sorted by relevance
62 BitRecTy SharedBitRecTy;120 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get()124 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo()376 if (isa<BitRecTy>(Ty)) in convertInitializerTo()422 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()537 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()747 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()1754 if (isa<BitRecTy>(getType()) && isa<BitsRecTy>(Ty) && in convertInitializerTo()1830 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()1887 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()[all …]
822 return BitRecTy::get(Records); in ParseType()1224 Type = BitRecTy::get(Records); in ParseOperation()1528 MHSTy = BitRecTy::get(Records); in ParseOperation()1535 RHSTy = BitRecTy::get(Records); in ParseOperation()2091 VTy = BitRecTy::get(Records); in ParseOperationCond()2263 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()3263 ListInit *EmptyList = ListInit::get({}, BitRecTy::get(Records)); in ParseIf()3265 ListInit::get({BitInit::get(Records, true)}, BitRecTy::get(Records)); in ParseIf()3266 RecTy *BitListTy = ListRecTy::get(BitRecTy::get(Records)); in ParseIf()
108 class BitRecTy : public RecTy {111 BitRecTy(RecordKeeper &RK) : RecTy(BitRecTyKind, RK) {} in BitRecTy() function118 static BitRecTy *get(RecordKeeper &RK);1176 : TypedInit(IK_VarBitInit, BitRecTy::get(T->getRecordKeeper())), TI(T), in VarBitInit()
182 ``BitRecTy``,