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