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()
1236 Type = IntRecTy::get(Records); in ParseOperation()
1241 Type = IntRecTy::get(Records); in ParseOperation()
1254 Type = IntRecTy::get(Records); in ParseOperation()
1259 Type = IntRecTy::get(Records); in ParseOperation()
1522 Type = IntRecTy::get(Records); in ParseOperation()
1523 ArgType = IntRecTy::get(Records); in ParseOperation()
1614 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1631 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1646 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1659 IntRecTy::get(Records)->getListTy())) { in ParseOperation()
1713 ArgType = IntRecTy::get(Records); in ParseOperation()
1797 } else if (isa<IntRecTy>(ArgBackType)) { in ParseOperation()
1833 MHS = UnOpInit::get(UnOpInit::SIZE, Arg0, IntRecTy::get(Records)) in ParseOperation()
1837 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()
1844 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()
1846 assert(isa<IntRecTy>(Arg1->getType())); in ParseOperation()
1852 assert(isa<IntRecTy>(Arg2->getType())); in ParseOperation()
1859 IntRecTy::get(Records)->getListTy()) in ParseOperation()
2010 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()
2021 if (!MHSt || !isa<IntRecTy, StringRecTy>(MHSt->getType())) { in ParseOperation()
2275 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()
2287 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()
2302 RecTy *Type = IntRecTy::get(Records); in ParseOperationFind()
2375 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()
2443 : IntRecTy::get(Records); in ParseOperationForEachFilter()
3377 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()