Searched refs:tnum_or (Results 1 – 3 of 3) sorted by relevance
102 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or() function250 return tnum_or(tnum_clear_subreg(reg), tnum_subreg(subreg)); in tnum_with_subreg()
2760 reg->var_off = tnum_or(tnum_clear_subreg(var64_off), var32_off); in __reg_bound_offset()16127 dst_reg->var_off = tnum_or(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()17062 t = tnum_or(tnum_subreg(reg1->var_off), tnum_const(val)); in regs_refine_cond_op()17065 reg1->var_off = tnum_or(reg1->var_off, tnum_const(val)); in regs_refine_cond_op()
48 struct tnum tnum_or(struct tnum a, struct tnum b);