Searched refs:IntRecTy (Results 1 – 7 of 7) sorted by relevance
48 IntRecTy IntRecTy::Shared;104 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()315 if (isa<IntRecTy>(Ty)) in convertInitializerTo()371 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()472 if (isa<IntRecTy>(Ty)) in convertInitializerTo()902 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()904 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()940 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()942 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()1132 LHS->convertInitializerTo(IntRecTy::get()))) { in Fold()[all …]
786 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()920 Type = IntRecTy::get(); in ParseOperation()925 Type = IntRecTy::get(); in ParseOperation()1079 Type = IntRecTy::get(); in ParseOperation()1080 ArgType = IntRecTy::get(); in ParseOperation()1092 ArgType = IntRecTy::get(); in ParseOperation()1139 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()2321 IterType = IntRecTy::get(); in ParseForeachDeclaration()
159 class IntRecTy : public RecTy {160 static IntRecTy Shared;162 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy() function169 static IntRecTy *get() { return &Shared; } in get()568 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {} in IntInit()959 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType), in IsAOpInit()1030 (isa<IntRecTy>(T->getType()) || in VarBitInit()
39 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get())) in emitWebAssemblyDisassemblerTables()
38 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt()215 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
599 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
2659 TheInit = TheInit->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()2665 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()