Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c584 if (OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
609 if (OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
689 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
731 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
769 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
809 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
827 OP1_RANGE_OVERFLOW() || in zend_inference_calc_binary_op_range()
1022 OP1_RANGE_OVERFLOW()) { in zend_inference_propagate_range()
1104 tmp->overflow = OP1_RANGE_OVERFLOW(); in zend_inference_propagate_range()
1123 tmp->overflow = OP1_RANGE_OVERFLOW(); in zend_inference_propagate_range()
[all …]
H A Dzend_inference.h152 #define OP1_RANGE_OVERFLOW() (_ssa_op1_range_overflow (op_array, ssa, opline, ssa_op)) in DEFINE_SSA_OP_MIN_RANGE() macro

Completed in 22 milliseconds