Lines Matching refs:other_rep
181 MachineRepresentation other_rep, in GetAliases() argument
186 DCHECK(other_rep == MachineRepresentation::kFloat32 || in GetAliases()
187 other_rep == MachineRepresentation::kFloat64); in GetAliases()
188 if (rep == other_rep) { in GetAliases()
193 DCHECK(other_rep == MachineRepresentation::kFloat64); in GetAliases()
199 DCHECK(other_rep == MachineRepresentation::kFloat32); in GetAliases()
209 MachineRepresentation other_rep, in AreAliases() argument
214 DCHECK(other_rep == MachineRepresentation::kFloat32 || in AreAliases()
215 other_rep == MachineRepresentation::kFloat64); in AreAliases()
216 if (rep == other_rep) { in AreAliases()
220 DCHECK(other_rep == MachineRepresentation::kFloat64); in AreAliases()
224 DCHECK(other_rep == MachineRepresentation::kFloat32); in AreAliases()