Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3904 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3905 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function