Searched refs:tnum_or (Results 1 – 3 of 3) sorted by relevance
101 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or() function 212 return tnum_or(tnum_clear_subreg(reg), tnum_subreg(subreg)); in tnum_with_subreg()
2665 reg->var_off = tnum_or(tnum_clear_subreg(var64_off), var32_off); in __reg_bound_offset() 15364 dst_reg->var_off = tnum_or(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals() 16238 t = tnum_or(tnum_subreg(reg1->var_off), tnum_const(val)); in regs_refine_cond_op() 16241 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);