Searched refs:if_wrong (Results 1 – 1 of 1) sorted by relevance
5639 ir_ref if_wrong, cold_path, ref2, if_ok; in zend_jit_long_math_helper() local5642 if_wrong = ir_IF(ir_UGT(ref, ir_CONST_LONG((SIZEOF_ZEND_LONG * 8) - 1))); in zend_jit_long_math_helper()5643 ir_IF_TRUE_cold(if_wrong); in zend_jit_long_math_helper()5653 ir_IF_FALSE(if_wrong); in zend_jit_long_math_helper()5688 ir_ref if_wrong, cold_path, ref2, if_ok; in zend_jit_long_math_helper() local5690 if_wrong = ir_IF(ir_UGT(ref, ir_CONST_LONG((SIZEOF_ZEND_LONG * 8) - 1))); in zend_jit_long_math_helper()5691 ir_IF_TRUE_cold(if_wrong); in zend_jit_long_math_helper()5701 ir_IF_FALSE(if_wrong); in zend_jit_long_math_helper()
Completed in 40 milliseconds