Searched refs:isShiftOp (Results 1 – 6 of 6) sorted by relevance
480 } else if (!BinaryOperator::isShiftOp(op)) { in evalBinOpNN()
3883 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function3884 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
805 if (BO->isShiftOp() || BO->isBitwiseOp()) in UseNSOptionsMacro()
1546 if (BinaryOperator::isShiftOp(Opcode)) { in EmitBinOpCheck()3723 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp()
8606 BinaryOperator::isShiftOp(Opc) || Opc == BO_And || Opc == BO_Or; in IsArithmeticOp()
10507 AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->isShiftOp() || in checkBinaryOperation()