Searched refs:length_rep (Results 1 – 1 of 1) sorted by relevance
1039 Representation length_rep = actual_length->representation(); in InferRepresentation() local1043 if (length_rep.IsTagged() && actual_length->type().IsSmi()) { in InferRepresentation()1044 length_rep = Representation::Smi(); in InferRepresentation()1046 Representation r = index_rep.generalize(length_rep); in InferRepresentation()