Home
last modified time | relevance | path

Searched refs:op2_max (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c604 t2 = op1_min * op2_max; in zend_inference_calc_binary_op_range()
606 t4 = op1_max * op2_max; in zend_inference_calc_binary_op_range()
641 t2 = op1_min / op2_max; in zend_inference_calc_binary_op_range()
643 t4 = op1_max / op2_max; in zend_inference_calc_binary_op_range()
682 t2 = (op2_max == -1) ? 0 : (op1_min % op2_max); in zend_inference_calc_binary_op_range()
684 t4 = (op2_max == -1) ? 0 : (op1_max % op2_max); in zend_inference_calc_binary_op_range()
705 t2 = op1_min << op2_max; in zend_inference_calc_binary_op_range()
707 t4 = op1_max << op2_max; in zend_inference_calc_binary_op_range()
728 t2 = op1_min >> op2_max; in zend_inference_calc_binary_op_range()
730 t4 = op1_max >> op2_max; in zend_inference_calc_binary_op_range()
[all …]

Completed in 14 milliseconds