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