Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5771 ir_ref if_op2_string = IR_UNUSED; in zend_jit_concat_helper() local
5780 if_op2_string = jit_if_Z_TYPE(jit, op2_addr, IS_STRING); in zend_jit_concat_helper()
5781 ir_IF_TRUE(if_op2_string); in zend_jit_concat_helper()
5804 if (if_op1_string || if_op2_string) { in zend_jit_concat_helper()
5811 if (if_op1_string && if_op2_string) { in zend_jit_concat_helper()
5813 ir_MERGE_WITH_EMPTY_FALSE(if_op2_string); in zend_jit_concat_helper()
5816 } else if (if_op2_string) { in zend_jit_concat_helper()
5817 ir_IF_FALSE_cold(if_op2_string); in zend_jit_concat_helper()

Completed in 47 milliseconds