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.h4014 static bool isShiftAssignOp(Opcode Opc) { in isShiftAssignOp() function
4017 bool isShiftAssignOp() const { in isShiftAssignOp() function
4018 return isShiftAssignOp(getOpcode()); in isShiftAssignOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4291 BinaryOperator::isShiftAssignOp(op.Opcode); in EmitFixedPointBinOp()