Searched refs:isShiftOp (Results 1 – 6 of 6) sorted by relevance
377 } else if (!BinaryOperator::isShiftOp(op)) { in evalBinOpNN()
3043 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function3044 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
813 if (BO->isShiftOp() || BO->isBitwiseOp()) in UseNSOptionsMacro()
944 if (BinaryOperator::isShiftOp(Opcode)) { in EmitBinOpCheck()
4730 AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->isShiftOp() || in checkBinaryOperation()
6519 BinaryOperator::isShiftOp(Opc); in IsArithmeticOp()