Searched refs:IntRecTy (Results 1 – 11 of 11) sorted by relevance
51 IntRecTy IntRecTy::Shared;107 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()310 if (isa<IntRecTy>(Ty)) in convertInitializerTo()366 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()467 if (isa<IntRecTy>(Ty)) in convertInitializerTo()728 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()))) in Fold()775 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()))) in Fold()919 ->convertInitializerTo(IntRecTy::get())); in interleaveIntList()928 ->convertInitializerTo(IntRecTy::get())); in interleaveIntList()1045 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()[all …]
818 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()950 Type = IntRecTy::get(); in ParseOperation()963 Type = IntRecTy::get(); in ParseOperation()968 Type = IntRecTy::get(); in ParseOperation()1158 Type = IntRecTy::get(); in ParseOperation()1159 ArgType = IntRecTy::get(); in ParseOperation()1246 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()1256 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()1269 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()1281 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { in ParseOperation()[all …]
161 Condition->convertInitializerTo(IntRecTy::get())); in CheckAssert()
142 class IntRecTy : public RecTy {143 static IntRecTy Shared;145 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy() function152 static IntRecTy *get() { return &Shared; } in get()555 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {} in IntInit()1045 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType), in IsAOpInit()1116 (isa<IntRecTy>(T->getType()) || in VarBitInit()
38 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get())) in emitWebAssemblyDisassemblerTables()
112 auto *II = cast<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in addDagOperandMapping()
346 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
38 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt()228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
636 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
2825 TheInit = TheInit->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()2831 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
186 ``IntRecTy``,