Home | History | Annotate | Download | only in compiler

Lines Matching refs:use2

227   static bool IsUseLessGeneral(UseInfo use1, UseInfo use2) {
228 return MachineRepresentationIsSubtype(use1.preferred(), use2.preferred()) &&
229 use1.truncation().IsLessGeneralThan(use2.truncation());