Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dpass2.c46 case ZEND_DIV: in zend_optimizer_pass2()
108 || opline->extended_value == ZEND_DIV in zend_optimizer_pass2()
H A Dpass3.c73 case ZEND_DIV: in zend_optimizer_pass3()
H A Dzend_inference.c640 case ZEND_DIV: in zend_inference_calc_binary_op_range()
991 case ZEND_DIV: in zend_inference_calc_range()
2216 case ZEND_DIV: in binary_op_result_type()
2472 case ZEND_DIV: in zend_update_type_info()
3838 || opline->opcode == ZEND_MUL || opline->opcode == ZEND_DIV; in is_narrowable_instr()
3845 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast()
3973 if (opcode == ZEND_DIV && zval_get_double(&orig_op2) == 0.0) { in can_convert_to_double()
4526 case ZEND_DIV: in zend_may_throw()
4594 } else if (opline->extended_value == ZEND_DIV || in zend_may_throw()
H A Dpass1_5.c51 case ZEND_DIV: in zend_optimizer_pass1()
H A Ddce.c96 case ZEND_DIV: in may_have_side_effects()
H A Dzend_optimizer.c75 case ZEND_DIV: in zend_optimizer_eval_binary_op()
H A Dblock_pass.c789 case ZEND_DIV: in zend_optimize_block()
H A Dsccp.c1460 case ZEND_DIV: in sccp_visit_instr()
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h83 #define ZEND_DIV 4 macro
H A Dzend_language_parser.y899 { $$ = zend_ast_create_assign_op(ZEND_DIV, $1, $3); }
938 | expr '/' expr { $$ = zend_ast_create_binary_op(ZEND_DIV, $1, $3); }
H A Dzend_ast.c1719 case ZEND_DIV: BINARY_OP(" /= ", 90, 91, 90); in zend_ast_export_ex()
1737 case ZEND_DIV: BINARY_OP(" / ", 210, 210, 211); in zend_ast_export_ex()
H A Dzend_opcode.c1070 case ZEND_DIV: in get_binary_op()
H A Dzend_operators.c1330 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV, div_function); in div_function()
H A Dzend_compile.c7005 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_numeric_string_error()
7047 if ((opcode == ZEND_DIV || opcode == ZEND_MOD) && in zend_try_ct_eval_binary_op()
H A Dzend_vm_def.h209 ZEND_VM_COLD_CONSTCONST_HANDLER(4, ZEND_DIV, CONST|TMPVAR|CV, CONST|TMPVAR|CV)
/PHP-7.4/ext/gmp/
H A Dgmp.c513 case ZEND_DIV: in gmp_do_operation_ex()

Completed in 211 milliseconds