Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.h36 #define DEFINE_SSA_OP_HAS_RANGE(opN) \ argument
39 if (opline->opN##_type == IS_CONST) { \
52 #define DEFINE_SSA_OP_MIN_RANGE(opN) \ argument
55 if (opline->opN##_type == IS_CONST) { \
76 #define DEFINE_SSA_OP_MAX_RANGE(opN) \ argument
79 if (opline->opN##_type == IS_CONST) { \
103 if (opline->opN##_type == IS_CONST) { \
118 #define DEFINE_SSA_OP_RANGE_OVERFLOW(opN) \ argument
121 if (opline->opN##_type == IS_CONST) { \
204 #define DEFINE_SSA_OP_INFO(opN) \ argument
[all …]

Completed in 6 milliseconds