Home
last modified time | relevance | path

Searched refs:LessThan (Results 1 – 4 of 4) sorted by relevance

/art/test/463-checker-boolean-simplifier/src/
DMain.java125 public static boolean LessThan(int x, int y) { in LessThan() method in Main
366 assertBoolEquals(true, LessThan(5, 10)); in main()
367 assertBoolEquals(false, LessThan(10, 10)); in main()
368 assertBoolEquals(false, LessThan(10, 5)); in main()
/art/compiler/optimizing/
Dbounds_check_elimination.cc211 bool LessThan(ValueBound bound) const { in LessThan() function in art::ValueBound
1302 if (index_range.GetLower().LessThan(array_range->GetLower()) || in InductionRangeFitsIn()
Dnodes.h1226 M(LessThan, Condition) \
3225 DECLARE_INSTRUCTION(LessThan);
Dcode_generator_arm64.cc2502 M(LessThan) \