Searched refs:IntRecTy (Results 1 – 10 of 10) sorted by relevance
873 if (!isa<IntRecTy>(LHS->getType())) { in ParseSliceElement()1102 return IntRecTy::get(Records); in ParseType()1230 Type = IntRecTy::get(Records); in ParseOperation()1235 Type = IntRecTy::get(Records); in ParseOperation()1248 Type = IntRecTy::get(Records); in ParseOperation()1253 Type = IntRecTy::get(Records); in ParseOperation()1516 Type = IntRecTy::get(Records); in ParseOperation()1517 ArgType = IntRecTy::get(Records); in ParseOperation()1831 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()1838 assert(isa<IntRecTy>(Arg0Ty)); 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()1624 IntRecTy::get(LHS->getRecordKeeper())))) { in FilterHelper()[all …]
161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
42 cast<IntInit>(Inst.convertInitializerTo(IntRecTy::get(RK))) in emitWebAssemblyDisassemblerTables()
127 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
113 cast<IntInit>(BI->convertInitializerTo(IntRecTy::get(Records))); in addDagOperandMapping()
326 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
36 B->convertInitializerTo(IntRecTy::get(B->getRecordKeeper()))) in getAsInt()229 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
2894 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()2900 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);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()