Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c625 t2 = op1_min * op2_max; in zend_inference_calc_binary_op_range()
627 t4 = op1_max * op2_max; in zend_inference_calc_binary_op_range()
662 t2 = op1_min / op2_max; in zend_inference_calc_binary_op_range()
664 t4 = op1_max / op2_max; in zend_inference_calc_binary_op_range()
745 if (op2_max < 0) { in zend_inference_calc_binary_op_range()
746 op2_max = 0; in zend_inference_calc_binary_op_range()
783 if (op2_max < 0) { in zend_inference_calc_binary_op_range()
784 op2_max = 0; in zend_inference_calc_binary_op_range()
796 t2 = op1_min >> op2_max; in zend_inference_calc_binary_op_range()
798 t4 = op1_max >> op2_max; in zend_inference_calc_binary_op_range()
[all …]

Completed in 22 milliseconds