Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5950 ir_ref if_op1_string = IR_UNUSED; in zend_jit_concat_helper() local
5956 if_op1_string = jit_if_Z_TYPE(jit, op1_addr, IS_STRING); in zend_jit_concat_helper()
5957 ir_IF_TRUE(if_op1_string); in zend_jit_concat_helper()
5984 if (if_op1_string || if_op2_string) { in zend_jit_concat_helper()
5991 if (if_op1_string && if_op2_string) { in zend_jit_concat_helper()
5992 ir_IF_FALSE(if_op1_string); in zend_jit_concat_helper()
5994 } else if (if_op1_string) { in zend_jit_concat_helper()
5995 ir_IF_FALSE_cold(if_op1_string); in zend_jit_concat_helper()

Completed in 40 milliseconds