Searched refs:precise_const (Results 1 – 1 of 1) sorted by relevance
74 const RegType& precise_const = cache.FromCat1Const(static_cast<int32_t>(val >> 32), true); in TEST_F() local85 EXPECT_FALSE(precise_lo.CheckWidePair(precise_const)); in TEST_F()1053 const RegType& precise_const = cache_new.FromCat1Const(10, true); in TEST_F() local1056 EXPECT_TRUE(precise_const.IsPreciseConstant()); in TEST_F()1057 EXPECT_FALSE(imprecise_const.Equals(precise_const)); in TEST_F()