Home | History | Annotate | Download | only in Sema

Lines Matching refs:BO_Shr

5311   return Opc >= BO_Mul && Opc <= BO_Shr;
8315 case tok::greatergreater: Opc = BO_Shr; break;
8460 case BO_Shr:
8720 || Opc == BO_Shr) {