Searched refs:IntRecTy (Results 1 – 11 of 11) sorted by relevance
64 IntRecTy SharedIntRecTy;160 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get()164 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()380 if (isa<IntRecTy>(Ty)) in convertInitializerTo()435 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()535 if (isa<IntRecTy>(Ty)) in convertInitializerTo()790 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()837 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()892 LHS->convertInitializerTo(IntRecTy::get(RK)))) { in Fold()997 List->getElement(0)->convertInitializerTo(IntRecTy::get(RK))); in interleaveIntList()[all …]
826 return IntRecTy::get(Records); in ParseType()974 Type = IntRecTy::get(Records); in ParseOperation()979 Type = IntRecTy::get(Records); in ParseOperation()992 Type = IntRecTy::get(Records); in ParseOperation()997 Type = IntRecTy::get(Records); in ParseOperation()1238 Type = IntRecTy::get(Records); in ParseOperation()1239 ArgType = IntRecTy::get(Records); in ParseOperation()1330 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()1347 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()1360 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()[all …]
161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
42 cast<IntInit>(Inst.convertInitializerTo(IntRecTy::get(RK))) in emitWebAssemblyDisassemblerTables()
113 cast<IntInit>(BI->convertInitializerTo(IntRecTy::get(Records))); in addDagOperandMapping()
326 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
35 B->convertInitializerTo(IntRecTy::get(B->getRecordKeeper()))) in getAsInt()226 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
704 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
2900 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()2906 Init *II = BI->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
150 class IntRecTy : public RecTy {153 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() function160 static IntRecTy *get(RecordKeeper &RK);583 : TypedInit(IK_IntInit, IntRecTy::get(RK)), Value(V) {} in IntInit()1098 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()1132 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()1204 (isa<IntRecTy>(T->getType()) || in VarBitInit()
186 ``IntRecTy``,