Searched refs:use1 (Results 1 – 9 of 9) sorted by relevance
5 declare void @use1(i32)14 call void @use1( i32 %i )18 call void @use1( i32 %i )
6 declare void @use1(i32)15 call void @use1( i32 %i )19 call void @use1( i32 %i )
4 declare void @use1(i1)11 call void @use1(i1 %C)19 call void @use1(i1 %C)
2 B<int>::C use1; variable
14 const int &use1 = external_inline; variable
125 ; def4 use1127 ; NaryReassociate should match use1 with def3, and use2 with def1.
789 bool use1 = fabs(dist1) < fabs(dist2); in mDistance() local791 SkDebugf("%c dist=%1.9g r=%1.9g\n", agrees ? 'T' : 'F', use1 ? dist1 : dist2, in mDistance()792 use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2)); in mDistance()794 return fabs(use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2)); in mDistance()
209 static bool IsUseLessGeneral(UseInfo use1, UseInfo use2) { in IsUseLessGeneral() argument210 return use1.truncation().IsLessGeneralThan(use2.truncation()); in IsUseLessGeneral()