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

  /art/compiler/optimizing/
induction_var_analysis.cc     [all...]
induction_var_analysis.h 249 bool IsAtMost(InductionInfo* info, /*out*/ int64_t* value);
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...]

Completed in 69 milliseconds