Searched refs:tnum_and (Results 1 – 3 of 3) sorted by relevance
44 struct tnum tnum_and(struct tnum a, struct tnum b);
86 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and() function
11357 dst_reg->var_off = tnum_and(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()12061 false_32off = tnum_and(false_32off, tnum_const(~val32)); in reg_set_min_max()12066 false_64off = tnum_and(false_64off, tnum_const(~val)); in reg_set_min_max()
Completed in 30 milliseconds