Home | History | Annotate | Download | only in AST

Lines Matching refs:BO_Shl

2948   static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; }