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.java97 public static boolean LessThan(int x, int y) { in LessThan() method in Main
338 assertBoolEquals(true, LessThan(5, 10)); in main()
339 assertBoolEquals(false, LessThan(10, 10)); in main()
340 assertBoolEquals(false, LessThan(10, 5)); in main()
/art/compiler/optimizing/
Dbounds_check_elimination.cc196 bool LessThan(ValueBound bound) const { in LessThan() function in art::ValueBound
1324 if (index_range.GetLower().LessThan(array_range->GetLower()) || in InductionRangeFitsIn()
Dnodes.h1323 M(LessThan, Condition) \
3502 DECLARE_INSTRUCTION(LessThan);
Dcode_generator_arm64.cc3264 M(LessThan) \