Lines Matching full:use_rep
4177 Representation use_rep =4180 rep = use_rep;4183 if (use_rep.IsNone() || rep.Equals(use_rep)) continue;4184 if (rep.generalize(use_rep).IsInteger32()) {4197 Representation use_rep =4199 if (!use_rep.IsNone() &&4200 !use_rep.IsSmi() &&4201 !use_rep.IsTagged()) {