Home | History | Annotate | Download | only in optimizing

Lines Matching defs:IsExact

221   bool IsExact(HInductionVarAnalysis::InductionInfo* info, int64_t* value) {
264 EXPECT_TRUE(IsExact(CreateConst(12345), &value));
271 EXPECT_TRUE(IsExact(CreateRange(111, 111), &value));
278 EXPECT_FALSE(IsExact(CreateRange(11, 22), &value));
284 EXPECT_FALSE(IsExact(CreateFetch(x_), &value));