Searched refs:is_const (Results 1 – 5 of 5) sorted by relevance
74 static bool is_const(double val)129 if (!compute_ids || (is_const(LHS.val) && is_const(RHS.val))) { \166 } else if (!compute_ids || is_const($3.val)) {218 if (is_const($1.val) && is_const($3.val)) {223 } else if (is_const($1.val)) {232 } else if (is_const($3.val)) {247 if (is_const($1.val) && is_const($3.val)) {252 } else if (is_const($1.val)) {261 } else if (is_const($3.val)) {276 if (is_const($1.val) && is_const($3.val)) {[all …]
166 uint64_t *cover, type, arg1, arg2, is_const, size;200 /* is_const - true if either operand is a compile-time constant.*/201 is_const = type & KCOV_CMP_CONST;205 is_const ? "const" : "non-const");
109 def is_const(self) -> bool: member in TypeInfoVar911 if var.is_static() and var.is_const():921 if not var.is_static() or not var.is_const():
49 bool is_const; member124 return ts_info(ts)->is_const; in ts_is_const()130 return ti->is_const && ti->val == val; in ts_is_const_val()174 ti->is_const = true; in init_ts_info()179 ti->is_const = false; in init_ts_info()266 ti->is_const = false; in reset_ts()421 di->is_const = si->is_const; in tcg_opt_gen_mov()
7424 bool is_const = tnum_is_const(reg->var_off); in process_spin_lock() local7430 if (!is_const) { in process_spin_lock()7500 bool is_const = tnum_is_const(reg->var_off); in process_timer_func() local7504 if (!is_const) { in process_timer_func()