Searched refs:if_long1 (Results 1 – 1 of 1) sorted by relevance
5582 ir_ref if_long1 = IR_UNUSED; in zend_jit_long_math_helper() local5603 if_long1 = jit_if_Z_TYPE(jit, op1_addr, IS_LONG); in zend_jit_long_math_helper()5604 ir_IF_TRUE(if_long1); in zend_jit_long_math_helper()5790 if (if_long2 && if_long1) { in zend_jit_long_math_helper()5794 ir_IF_FALSE_cold(if_long1); in zend_jit_long_math_helper()5796 } else if (if_long1) { in zend_jit_long_math_helper()5797 ir_IF_FALSE_cold(if_long1); in zend_jit_long_math_helper()
Completed in 42 milliseconds