Searched refs:IntRecTy (Results 1 – 11 of 11) sorted by relevance
63 IntRecTy SharedIntRecTy;159 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get()163 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()379 if (isa<IntRecTy>(Ty)) in convertInitializerTo()434 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()534 if (isa<IntRecTy>(Ty)) in convertInitializerTo()789 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()836 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()1335 IntRecTy::get(LHS->getRecordKeeper())))) { in FilterHelper()1409 LHS->convertInitializerTo(IntRecTy::get(RK)))) { in Fold()[all …]
825 return IntRecTy::get(Records); in ParseType()961 Type = IntRecTy::get(Records); in ParseOperation()974 Type = IntRecTy::get(Records); in ParseOperation()979 Type = IntRecTy::get(Records); in ParseOperation()1215 Type = IntRecTy::get(Records); in ParseOperation()1216 ArgType = IntRecTy::get(Records); in ParseOperation()1801 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()1813 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()1828 RecTy *Type = IntRecTy::get(Records); in ParseOperationFind()1901 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()[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()
347 } 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()
636 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
2902 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()2908 Init *II = BI->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
149 class IntRecTy : public RecTy {152 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() function159 static IntRecTy *get(RecordKeeper &RK);582 : TypedInit(IK_IntInit, IntRecTy::get(RK)), Value(V) {} in IntInit()1073 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()1107 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()1179 (isa<IntRecTy>(T->getType()) || in VarBitInit()
186 ``IntRecTy``,