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()
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()
1608 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1625 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1640 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1653 IntRecTy::get(Records)->getListTy())) { in ParseOperation()
1707 ArgType = IntRecTy::get(Records); in ParseOperation()
1791 } else if (isa<IntRecTy>(ArgBackType)) { in ParseOperation()
1827 MHS = UnOpInit::get(UnOpInit::SIZE, Arg0, IntRecTy::get(Records)) in ParseOperation()
1831 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()
1838 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()
1840 assert(isa<IntRecTy>(Arg1->getType())); in ParseOperation()
1846 assert(isa<IntRecTy>(Arg2->getType())); in ParseOperation()
1853 IntRecTy::get(Records)->getListTy()) in ParseOperation()
2004 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()
2015 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()
2269 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()
2281 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()
2296 RecTy *Type = IntRecTy::get(Records); in ParseOperationFind()
2369 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()
2437 : IntRecTy::get(Records); in ParseOperationForEachFilter()
3371 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()