Home | History | Annotate | Download | only in AST

Lines Matching refs:isBitwiseOp

2992   static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; }
2993 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); }