Searched refs:isShiftOp (Results 1 – 4 of 4) sorted by relevance
351 } else if (!BinaryOperator::isShiftOp(op)) { in evalBinOpNN()
453 if (BO->isShiftOp() || BO->isBitwiseOp()) in UseNSOptionsMacro()
2959 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function2960 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
853 if (BinaryOperator::isShiftOp(Opcode)) { in EmitBinOpCheck()