Lines Matching refs:this_n
2869 struct symbolic_number this_n = info->n;
2870 this_n.type = type;
2871 if (!this_n.base_addr)
2872 this_n.range = try_size / BITS_PER_UNIT;
2875 this_n.vuse = gimple_vuse (info->ins_stmt);
2877 if (!do_shift_rotate (LSHIFT_EXPR, &this_n,
2882 if (this_n.base_addr && vuse_store)
2886 if (this_n.vuse == gimple_vuse (m_store_info[j]->stmt))
2897 n = this_n;
2902 if (n.base_addr && n.vuse != this_n.vuse)
2921 &this_n, &n, BIT_IOR_EXPR);