Searched refs:opN (Results 1 – 2 of 2) sorted by relevance
39 #define DEFINE_SSA_OP_HAS_RANGE(opN) \ argument42 if (opline->opN##_type == IS_CONST) { \48 ssa_op->opN##_use >= 0 && \54 #define DEFINE_SSA_OP_MIN_RANGE(opN) \ argument64 ssa_op->opN##_use >= 0 && \71 #define DEFINE_SSA_OP_MAX_RANGE(opN) \ argument81 ssa_op->opN##_use >= 0 && \98 ssa_op->opN##_use >= 0 && \115 ssa_op->opN##_use >= 0 && \174 #define DEFINE_SSA_OP_INFO(opN) \ argument[all …]
769 #define OP_RANGE(ssa_op, opN) \ argument770 (((opline->opN##_type & (IS_TMP_VAR|IS_VAR|IS_CV)) && \772 (ssa_op)->opN##_use >= 0 && \773 ssa->var_info[(ssa_op)->opN##_use].has_range) ? \774 &ssa->var_info[(ssa_op)->opN##_use].range : NULL)
Completed in 14 milliseconds