Searched refs:LessThan (Results 1 – 2 of 2) sorted by relevance
89 public static boolean LessThan(int x, int y) { in LessThan() method in Main241 assertBoolEquals(true, LessThan(5, 10)); in main()242 assertBoolEquals(false, LessThan(10, 10)); in main()243 assertBoolEquals(false, LessThan(10, 5)); in main()
197 bool LessThan(ValueBound bound) const { in LessThan() function in art::ValueBound1407 if (index_range.GetLower().LessThan(array_range->GetLower()) || in InductionRangeFitsIn()