Lines Matching refs:op1_type

2445 		if (opline->op1_type == IS_UNUSED && !(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) {  in zend_fetch_prop_info()
2465 if (opline->op1_type == IS_CONST) { in zend_fetch_static_prop_info()
2709 if (opline->opcode != ZEND_COPY_TMP || opline->op1_type != IS_VAR) { in _zend_update_type_info()
2717 if (opline->opcode == ZEND_COPY_TMP || opline->op1_type == IS_CV) { in _zend_update_type_info()
2764 t1 = zend_array_element_type(t1, opline->op1_type, 1, 0); in _zend_update_type_info()
2787 if (opline->op1_type == IS_CV) { in _zend_update_type_info()
2793 if (opline->op1_type == IS_CV) { in _zend_update_type_info()
2987 if (opline->op1_type == IS_CV) { in _zend_update_type_info()
3031 if (opline->op1_type == IS_CV) { in _zend_update_type_info()
3081 if (opline->op1_type == IS_CV) { in _zend_update_type_info()
3172 if (opline->op1_type == IS_CV && ssa_op->op1_def >= 0) { in _zend_update_type_info()
3182 if ((opline+1)->op1_type == IS_VAR && (opline->extended_value & ZEND_RETURNS_FUNCTION)) { in _zend_update_type_info()
3193 if ((opline+1)->op1_type == IS_CV) { in _zend_update_type_info()
3207 if ((opline+1)->op1_type == IS_CV) { in _zend_update_type_info()
3442 if (opline->opcode == ZEND_INIT_ARRAY && opline->op1_type == IS_UNUSED) { in _zend_update_type_info()
3445 if (opline->op1_type != IS_UNUSED in _zend_update_type_info()
3742 opline->op1_type, in _zend_update_type_info()
3783 if (opline->op1_type != IS_UNUSED in _zend_update_type_info()
3787 if (opline->op1_type == IS_UNUSED || (t1 & MAY_BE_OBJECT)) { in _zend_update_type_info()
3796 } else if (!(opline->op1_type & (IS_VAR|IS_TMP_VAR)) || !(t1 & MAY_BE_RC1)) { in _zend_update_type_info()
3799 if (opline->op1_type == IS_UNUSED) { in _zend_update_type_info()
3968 if (opline->op1_type & (IS_TMP_VAR|IS_VAR|IS_CV)) { in _zend_update_type_info()
4349 } else if (opline->op1_type == IS_CONST) { in can_convert_to_double()
4450 opline->op1_type == IS_CV && opline->op2_type == IS_CONST) { in zend_type_narrowing()
4629 if (opline->op1_type == IS_CONST) { in zend_func_return_info()
4914 if (opline->op1_type == IS_CV) { in zend_may_throw_ex()
4941 } else if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) { in zend_may_throw_ex()
5175 if ((opline+1)->op1_type == IS_CV) { in zend_may_throw_ex()
5186 if ((opline+1)->op1_type == IS_CV) { in zend_may_throw_ex()