Home
last modified time | relevance | path

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

/art/test/463-checker-boolean-simplifier/src-art/
DMain.java89 public static boolean LessThan(int x, int y) { in LessThan() method in Main
241 assertBoolEquals(true, LessThan(5, 10)); in main()
242 assertBoolEquals(false, LessThan(10, 10)); in main()
243 assertBoolEquals(false, LessThan(10, 5)); in main()
/art/compiler/optimizing/
Dbounds_check_elimination.cc197 bool LessThan(ValueBound bound) const { in LessThan() function in art::ValueBound
1508 if (index_range.GetLower().LessThan(array_range->GetLower()) || in InductionRangeFitsIn()
Dnodes.h1480 M(LessThan, Condition) \
3886 DECLARE_INSTRUCTION(LessThan);
3897 DEFAULT_COPY_CONSTRUCTOR(LessThan);
Dcode_generator_arm64.cc3040 M(LessThan) \