HomeSort by relevance Sort by last modified time
    Searched defs:IsAtMost (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_range_test.cc 289 bool IsAtMost(HInductionVarAnalysis::InductionInfo* info, int64_t* value) {
330 EXPECT_TRUE(IsAtMost(CreateConst(12345), &value));
337 EXPECT_TRUE(IsAtMost(CreateRange(111, 111), &value));
343 EXPECT_TRUE(IsAtMost(CreateRange(11, 22), &value));
349 EXPECT_FALSE(IsAtMost(CreateFetch(x_), &value));
    [all...]
induction_var_analysis.cc     [all...]

Completed in 121 milliseconds