Searched refs:IntRecTy (Results 1 – 10 of 10) 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()1236 Type = IntRecTy::get(Records); in ParseOperation()1241 Type = IntRecTy::get(Records); in ParseOperation()[all …]
64 IntRecTy SharedIntRecTy;153 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get()157 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()416 if (isa<IntRecTy>(Ty)) in convertInitializerTo()471 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()571 if (isa<IntRecTy>(Ty)) in convertInitializerTo()836 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()886 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()942 LHS->convertInitializerTo(IntRecTy::get(RK)))) { in Fold()1056 List->getElement(0)->convertInitializerTo(IntRecTy::get(RK))); in interleaveIntList()[all …]
161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
42 cast<IntInit>(Inst.convertInitializerTo(IntRecTy::get(RK))) in emitWebAssemblyDisassemblerTables()
114 cast<IntInit>(BI->convertInitializerTo(IntRecTy::get(Records))); in addDagOperandMapping()
325 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
38 B->convertInitializerTo(IntRecTy::get(B->getRecordKeeper()))) in getAsInt()242 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
149 class IntRecTy : public RecTy {152 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() function159 static IntRecTy *get(RecordKeeper &RK);635 : TypedInit(IK_IntInit, IntRecTy::get(RK)), Value(V) {} in IntInit()1176 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()1210 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()1282 (isa<IntRecTy>(T->getType()) || in VarBitInit()
127 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
2882 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()2888 Init *II = BI->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()