Lines Matching refs:IntRecTy
825 return IntRecTy::get(Records); in ParseType()
961 Type = IntRecTy::get(Records); in ParseOperation()
974 Type = IntRecTy::get(Records); in ParseOperation()
979 Type = IntRecTy::get(Records); in ParseOperation()
1215 Type = IntRecTy::get(Records); in ParseOperation()
1216 ArgType = IntRecTy::get(Records); in ParseOperation()
1303 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1313 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1326 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1339 IntRecTy::get(Records)->getListTy())) { in ParseOperation()
1801 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()
1813 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()
1828 RecTy *Type = IntRecTy::get(Records); in ParseOperationFind()
1901 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()
1969 : IntRecTy::get(Records); in ParseOperationForEachFilter()
2861 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()