Lines Matching refs:IntRecTy
805 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()
938 Type = IntRecTy::get(); in ParseOperation()
951 Type = IntRecTy::get(); in ParseOperation()
956 Type = IntRecTy::get(); in ParseOperation()
1146 Type = IntRecTy::get(); in ParseOperation()
1147 ArgType = IntRecTy::get(); in ParseOperation()
1234 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1244 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1257 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1269 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { in ParseOperation()
1716 : IntRecTy::get(); in ParseOperationForEachFilter()
2618 IterType = IntRecTy::get(); in ParseForeachDeclaration()