Searched refs:isShiftOp (Results 1 – 6 of 6) sorted by relevance
377 } else if (!BinaryOperator::isShiftOp(op)) { in evalBinOpNN()
2977 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function2978 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
814 if (BO->isShiftOp() || BO->isBitwiseOp()) in UseNSOptionsMacro()
945 if (BinaryOperator::isShiftOp(Opcode)) { in EmitBinOpCheck()
6121 AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->isShiftOp() || in checkBinaryOperation()
6907 BinaryOperator::isShiftOp(Opc); in IsArithmeticOp()