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     [all...]
induction_var_analysis.h 250 bool IsAtLeast(InductionInfo* info, /*out*/ int64_t* value);
induction_var_range_test.cc 293 bool IsAtLeast(HInductionVarAnalysis::InductionInfo* info, int64_t* value) {
332 EXPECT_TRUE(IsAtLeast(CreateConst(12345), &value));
339 EXPECT_TRUE(IsAtLeast(CreateRange(111, 111), &value));
345 EXPECT_TRUE(IsAtLeast(CreateRange(11, 22), &value));
350 EXPECT_FALSE(IsAtLeast(CreateFetch(x_), &value));
    [all...]

Completed in 66 milliseconds