Searched refs:current_rep (Results 1 – 2 of 2) sorted by relevance
2542 Representation current_rep) { in IgnoreObservedOutputRepresentation() argument2543 return ((current_rep.IsInteger32() && CheckUsesForFlag(kTruncatingToInt32)) || in IgnoreObservedOutputRepresentation()2544 (current_rep.IsSmi() && CheckUsesForFlag(kTruncatingToSmi))) && in IgnoreObservedOutputRepresentation()
3378 bool IgnoreObservedOutputRepresentation(Representation current_rep);