Home
last modified time | relevance | path

Searched refs:isShiftAssignOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4121 static bool isShiftAssignOp(Opcode Opc) { in isShiftAssignOp() function
4124 bool isShiftAssignOp() const { in isShiftAssignOp() function
4125 return isShiftAssignOp(getOpcode()); in isShiftAssignOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4596 BinaryOperator::isShiftAssignOp(op.Opcode); in EmitFixedPointBinOp()