Home
last modified time | relevance | path

Searched defs:isBitwiseOp (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h3046 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3047 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function