Lines Matching refs:IntRecTy
670 case tgtok::Int: Lex.Lex(); return IntRecTy::get();
806 Type = IntRecTy::get();
895 case tgtok::XADD: Code = BinOpInit::ADD; Type = IntRecTy::get(); break;
896 case tgtok::XAND: Code = BinOpInit::AND; Type = IntRecTy::get(); break;
897 case tgtok::XSRA: Code = BinOpInit::SRA; Type = IntRecTy::get(); break;
898 case tgtok::XSRL: Code = BinOpInit::SRL; Type = IntRecTy::get(); break;
899 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break;
1807 IterType = IntRecTy::get();