Home | History | Annotate | Download | only in compiler

Lines Matching refs:use2

209   static bool IsUseLessGeneral(UseInfo use1, UseInfo use2) {
210 return use1.truncation().IsLessGeneralThan(use2.truncation());