Searched refs:IntRecTy (Results 1 – 7 of 7) sorted by relevance
848 if (!isa<IntRecTy>(RHS->getType())) { in ParseSliceElement()870 assert(isa<IntRecTy>(RHS->getType())); in ParseSliceElement()873 if (!isa<IntRecTy>(LHS->getType())) { in ParseSliceElement()880 IntRecTy::get(Records)->getListTy()) in ParseSliceElement()902 Slices.push_back(ListInit::get(Elems, IntRecTy::get(Records))); in ParseSliceElements()915 if (!isa<IntRecTy>(ListValTy->getElementType())) { in ParseSliceElements()925 } else if (!isa<IntRecTy>(CurValTy)) { in ParseSliceElements()1102 return IntRecTy::get(Records); in ParseType()1238 Type = IntRecTy::get(Records); in ParseOperation()1243 Type = IntRecTy::get(Records); // Bogus type used here. in ParseOperation()[all …]
66 IntRecTy SharedIntRecTy;188 const IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get()192 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()450 if (isa<IntRecTy>(Ty)) in convertInitializerTo()509 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()616 if (isa<IntRecTy>(Ty)) in convertInitializerTo()876 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()933 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()990 LHS->convertInitializerTo(IntRecTy::get(RK)))) { in Fold()1137 List->getElement(0)->convertInitializerTo(IntRecTy::get(RK))); in interleaveIntList()[all …]
165 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
152 class IntRecTy : public RecTy {155 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() function162 static const IntRecTy *get(RecordKeeper &RK);636 : TypedInit(IK_IntInit, IntRecTy::get(RK)), Value(V) {} in IntInit()1119 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()1153 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()1260 (isa<IntRecTy>(T->getType()) || in VarBitInit()
321 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
276 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
2954 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()2960 const Init *II = BI->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()