Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3816 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function
3817 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function