Searched refs:opN (Results 1 – 2 of 2) sorted by relevance
42 #define DEFINE_SSA_OP_HAS_RANGE(opN) \ argument45 if (opline->opN##_type == IS_CONST) { \51 ssa_op->opN##_use >= 0 && \57 #define DEFINE_SSA_OP_MIN_RANGE(opN) \ argument73 ssa_op->opN##_use >= 0 && \80 #define DEFINE_SSA_OP_MAX_RANGE(opN) \ argument96 ssa_op->opN##_use >= 0 && \113 ssa_op->opN##_use >= 0 && \130 ssa_op->opN##_use >= 0 && \207 #define DEFINE_SSA_OP_INFO(opN) \ argument[all …]
206 #define OP_RANGE(ssa_op, opN) \ argument207 (((opline->opN##_type & (IS_TMP_VAR|IS_VAR|IS_CV)) && \209 (ssa_op)->opN##_use >= 0 && \210 ssa->var_info[(ssa_op)->opN##_use].has_range) ? \211 &ssa->var_info[(ssa_op)->opN##_use].range : NULL)
Completed in 15 milliseconds