Home
last modified time | relevance | path

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

/php-src/Zend/tests/
H A Dbug72335.phpt2 Misoptimize due to type narrowing
/php-src/ext/opcache/tests/
H A Doss_fuzz_66519.phpt2 oss-fuzz #66519: Fix RC inference narrowing for ASSIGN_OBJ
/php-src/ext/opcache/tests/opt/
H A Dinference_004.phpt2 Type inference 004: Type narrowing warning during type inference of ZEND_FETCH_DIM_W
H A Dgh10008.phpt15 … // The following line triggers narrowing during type inference of ZEND_ADD_ARRAY_ELEMENT.
H A Dinference_001.phpt2 Type inference 001: Invalid type narrowing warning
/php-src/ext/opcache/tests/jit/
H A Dassign_047.phpt2 JIT ASSIGN: incorrect narrowing to double
/php-src/Zend/Optimizer/
H A Dzend_inference.c1071 …end_op_array *op_array, const zend_ssa *ssa, int var, int widening, int narrowing, zend_ssa_range … in zend_inference_calc_range() argument
1132 } else if (narrowing) { in zend_inference_calc_range()
1170 } else if (narrowing && ssa->var_info[constraint->min_ssa_var].has_range) { in zend_inference_calc_range()
1181 } else if (narrowing && ssa->var_info[constraint->max_ssa_var].has_range) { in zend_inference_calc_range()
1188 } else if (narrowing) { in zend_inference_calc_range()
1193 } else if (narrowing && ssa->var_info[constraint->min_ssa_var].has_range) { in zend_inference_calc_range()
1210 } else if (narrowing && ssa->var_info[constraint->max_ssa_var].has_range) { in zend_inference_calc_range()
1233 } else if (narrowing) { in zend_inference_calc_range()

Completed in 18 milliseconds