Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h2847 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function
2848 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function