Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dzend_inference.c764 static inline bool shift_left_overflows(zend_long n, zend_long s) { in shift_left_overflows() function
971 if (shift_left_overflows(op1_min, op2_max) in zend_inference_calc_binary_op_range()
972 || shift_left_overflows(op1_max, op2_max)) { in zend_inference_calc_binary_op_range()

Completed in 14 milliseconds