Searched defs:may_overflow (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 4633 …, uint32_t res_use_info, uint32_t res_info, zend_jit_addr res_addr, int may_overflow, int may_thro… in zend_jit_inc_dec() 4964 int may_overflow) in zend_jit_math_long_long() 5244 int may_overflow, in zend_jit_math_helper() 5531 …, uint32_t res_use_info, uint32_t res_info, zend_jit_addr res_addr, int may_overflow, int may_thro… in zend_jit_math() 6045 int may_overflow, in zend_jit_assign_op()
|
H A D | zend_jit_trace.c | 4584 …bool may_overflow = (op1_info & MAY_BE_LONG) && (op2_info & MAY_BE_LONG) && (res_info & (MAY_BE_DO… in zend_jit_trace() local
|
Completed in 85 milliseconds