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

  /art/compiler/optimizing/
induction_var_analysis.cc 738 IsAtLeast(initial, &value) && value >= min &&
    [all...]
induction_var_analysis.h 237 bool IsAtLeast(InductionInfo* info, /*out*/ int64_t* value);
induction_var_range_test.cc 293 bool IsAtLeast(HInductionVarAnalysis::InductionInfo* info, int64_t* value) {
334 EXPECT_TRUE(IsAtLeast(CreateConst(12345), &value));
341 EXPECT_TRUE(IsAtLeast(CreateRange(111, 111), &value));
347 EXPECT_TRUE(IsAtLeast(CreateRange(11, 22), &value));
352 EXPECT_FALSE(IsAtLeast(CreateFetch(x_), &value));
    [all...]

Completed in 688 milliseconds