Searched refs:IntRecTy (Results 1 – 10 of 10) 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()919 ->convertInitializerTo(IntRecTy::get())); in interleaveIntList()1116 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()1118 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()1349 LHS->convertInitializerTo(IntRecTy::get()))) { in Fold()1431 lhs->convertInitializerTo(IntRecTy::get()))) { in resolveReferences()[all …]
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()1743 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()1755 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()1770 RecTy *Type = IntRecTy::get(); in ParseOperationFind()1843 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()1911 : IntRecTy::get(); in ParseOperationForEachFilter()[all …]
161 Condition->convertInitializerTo(IntRecTy::get())); in CheckAssert()
38 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get())) in emitWebAssemblyDisassemblerTables()
112 auto *II = cast<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in addDagOperandMapping()
347 } 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()
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()