Lines Matching refs:IntRecTy
818 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()
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()
1246 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1256 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1269 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1281 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { 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()
2802 IterType = IntRecTy::get(); in ParseForeachDeclaration()