Searched refs:LessThan (Results 1 – 4 of 4) sorted by relevance
97 public static boolean LessThan(int x, int y) { in LessThan() method in Main338 assertBoolEquals(true, LessThan(5, 10)); in main()339 assertBoolEquals(false, LessThan(10, 10)); in main()340 assertBoolEquals(false, LessThan(10, 5)); in main()
196 bool LessThan(ValueBound bound) const { in LessThan() function in art::ValueBound1324 if (index_range.GetLower().LessThan(array_range->GetLower()) || in InductionRangeFitsIn()
1323 M(LessThan, Condition) \3502 DECLARE_INSTRUCTION(LessThan);
3264 M(LessThan) \