Lines Matching refs:IntRecTy
848 if (!isa<IntRecTy>(RHS->getType())) { in ParseSliceElement()
870 assert(isa<IntRecTy>(RHS->getType())); in ParseSliceElement()
873 if (!isa<IntRecTy>(LHS->getType())) { in ParseSliceElement()
880 IntRecTy::get(Records)->getListTy()) in ParseSliceElement()
902 Slices.push_back(ListInit::get(Elems, IntRecTy::get(Records))); in ParseSliceElements()
915 if (!isa<IntRecTy>(ListValTy->getElementType())) { in ParseSliceElements()
925 } else if (!isa<IntRecTy>(CurValTy)) { in ParseSliceElements()
1102 return IntRecTy::get(Records); in ParseType()
1238 Type = IntRecTy::get(Records); in ParseOperation()
1243 Type = IntRecTy::get(Records); // Bogus type used here. in ParseOperation()
1248 Type = IntRecTy::get(Records); in ParseOperation()
1261 Type = IntRecTy::get(Records); in ParseOperation()
1266 Type = IntRecTy::get(Records); in ParseOperation()
1293 Type = IntRecTy::get(Records); in ParseOperation()
1597 Type = IntRecTy::get(Records); in ParseOperation()
1598 ArgType = IntRecTy::get(Records); in ParseOperation()
1689 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1706 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1721 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1734 IntRecTy::get(Records)->getListTy())) { in ParseOperation()
1788 ArgType = IntRecTy::get(Records); in ParseOperation()
1872 } else if (isa<IntRecTy>(ArgBackType)) { in ParseOperation()
1908 MHS = UnOpInit::get(UnOpInit::SIZE, Arg0, IntRecTy::get(Records)) in ParseOperation()
1912 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()
1919 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()
1921 assert(isa<IntRecTy>(Arg1->getType())); in ParseOperation()
1927 assert(isa<IntRecTy>(Arg2->getType())); in ParseOperation()
1935 IntRecTy::get(Records)->getListTy()) in ParseOperation()
2086 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()
2097 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()
2352 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()
2364 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()
2380 const RecTy *Type = IntRecTy::get(Records); in ParseOperationFind()
2453 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()
2522 : IntRecTy::get(Records); in ParseOperationForEachFilter()
3464 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()