Searched refs:LessThan (Results 1 – 4 of 4) sorted by relevance
125 public static boolean LessThan(int x, int y) { in LessThan() method in Main366 assertBoolEquals(true, LessThan(5, 10)); in main()367 assertBoolEquals(false, LessThan(10, 10)); in main()368 assertBoolEquals(false, LessThan(10, 5)); in main()
211 bool LessThan(ValueBound bound) const { in LessThan() function in art::ValueBound1302 if (index_range.GetLower().LessThan(array_range->GetLower()) || in InductionRangeFitsIn()
1226 M(LessThan, Condition) \3225 DECLARE_INSTRUCTION(LessThan);
2502 M(LessThan) \