Home
last modified time | relevance | path

Searched refs:opN (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.h39 #define DEFINE_SSA_OP_HAS_RANGE(opN) \ argument
42 if (opline->opN##_type == IS_CONST) { \
55 #define DEFINE_SSA_OP_MIN_RANGE(opN) \ argument
58 if (opline->opN##_type == IS_CONST) { \
79 #define DEFINE_SSA_OP_MAX_RANGE(opN) \ argument
82 if (opline->opN##_type == IS_CONST) { \
106 if (opline->opN##_type == IS_CONST) { \
121 #define DEFINE_SSA_OP_RANGE_OVERFLOW(opN) \ argument
124 if (opline->opN##_type == IS_CONST) { \
206 #define DEFINE_SSA_OP_INFO(opN) \ argument
[all …]

Completed in 5 milliseconds