Searched refs:isShiftOp (Results 1 – 6 of 6) sorted by relevance
3947 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function3948 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
801 if (BO->isShiftOp() || BO->isBitwiseOp()) in UseNSOptionsMacro()
1748 if (BinaryOperator::isShiftOp(Opcode)) { in EmitBinOpCheck()4290 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp()
17116 return (BO->isShiftOp() || BO->isAdditiveOp() || BO->isMultiplicativeOp() || in UsefulToPrintExpr()
8539 BinaryOperator::isShiftOp(Opc) || Opc == BO_And || Opc == BO_Or; in IsArithmeticOp()
11372 AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->isShiftOp() || in checkBinaryOperation()