Lines Matching refs:if_op1_double
5248 ir_ref if_op1_double = IR_UNUSED; in zend_jit_math_helper() local
5335 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_math_helper()
5336 ir_IF_FALSE_cold(if_op1_double); in zend_jit_math_helper()
5338 ir_IF_TRUE(if_op1_double); in zend_jit_math_helper()
5375 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_math_helper()
5376 ir_IF_FALSE_cold(if_op1_double); in zend_jit_math_helper()
5378 ir_IF_TRUE(if_op1_double); in zend_jit_math_helper()
6912 ir_ref if_op1_double = IR_UNUSED; in zend_jit_cmp() local
6977 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_cmp()
6978 ir_IF_FALSE_cold(if_op1_double); in zend_jit_cmp()
6980 ir_IF_TRUE(if_op1_double); in zend_jit_cmp()
7018 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_cmp()
7019 ir_IF_FALSE_cold(if_op1_double); in zend_jit_cmp()
7021 ir_IF_TRUE(if_op1_double); in zend_jit_cmp()