Searched refs:tnum_or (Results 1 – 3 of 3) sorted by relevance
96 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or() function207 return tnum_or(tnum_clear_subreg(reg), tnum_subreg(subreg)); in tnum_with_subreg()
2239 reg->var_off = tnum_or(tnum_clear_subreg(var64_off), var32_off); in __reg_bound_offset()14116 dst_reg->var_off = tnum_or(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()14983 t = tnum_or(tnum_subreg(reg1->var_off), tnum_const(val)); in regs_refine_cond_op()14986 reg1->var_off = tnum_or(reg1->var_off, tnum_const(val)); in regs_refine_cond_op()
46 struct tnum tnum_or(struct tnum a, struct tnum b);