Home
last modified time | relevance | path

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

/PHP-8.4/Zend/Optimizer/
H A Dzend_inference.c806 if (OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
831 if (OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
911 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
953 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
991 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
1031 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
1049 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
1277 OP1_RANGE_OVERFLOW()) { in zend_inference_propagate_range()
1359 tmp->overflow = OP1_RANGE_OVERFLOW(); in zend_inference_propagate_range()
1378 tmp->overflow = OP1_RANGE_OVERFLOW(); in zend_inference_propagate_range()
[all …]
H A Dzend_inference.h137 #define OP1_RANGE_OVERFLOW() (_ssa_op1_range_overflow (op_array, ssa, opline, ssa_op)) macro

Completed in 28 milliseconds