Searched refs:if_op2_double (Results 1 – 1 of 1) sorted by relevance
5256 ir_ref if_op2_double = IR_UNUSED; in zend_jit_math_helper() local5419 if_op2_double = jit_if_Z_TYPE(jit, op2_addr, IS_DOUBLE); in zend_jit_math_helper()5420 ir_IF_FALSE_cold(if_op2_double); in zend_jit_math_helper()5422 ir_IF_TRUE(if_op2_double); in zend_jit_math_helper()6926 ir_ref if_op2_double = IR_UNUSED; in zend_jit_cmp() local7069 if_op2_double = jit_if_Z_TYPE(jit, op2_addr, IS_DOUBLE); in zend_jit_cmp()7070 ir_IF_FALSE_cold(if_op2_double); in zend_jit_cmp()7072 ir_IF_TRUE(if_op2_double); in zend_jit_cmp()
Completed in 39 milliseconds