Searched refs:fits_into (Results 1 – 2 of 2) sorted by relevance
118 bool fits_into(const Representation& other) const { in fits_into() function123 if (other.fits_into(*this)) return *this; in generalize()
2426 !new_representation.fits_into(old_details.representation())))) { in GeneralizeRepresentation()2454 if (!old_representation.fits_into(tmp_representation) || in GeneralizeRepresentation()2455 (!new_representation.fits_into(tmp_representation) && in GeneralizeRepresentation()2490 DCHECK(new_representation.fits_into( in GeneralizeRepresentation()2738 !old_details.representation().fits_into(new_details.representation())) { in TryUpdateInternal()