Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3898 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function
3899 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function