Searched refs:if_op2_string (Results 1 – 1 of 1) sorted by relevance
5951 ir_ref if_op2_string = IR_UNUSED; in zend_jit_concat_helper() local5960 if_op2_string = jit_if_Z_TYPE(jit, op2_addr, IS_STRING); in zend_jit_concat_helper()5961 ir_IF_TRUE(if_op2_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()5993 ir_MERGE_WITH_EMPTY_FALSE(if_op2_string); in zend_jit_concat_helper()5996 } else if (if_op2_string) { in zend_jit_concat_helper()5997 ir_IF_FALSE_cold(if_op2_string); in zend_jit_concat_helper()
Completed in 39 milliseconds