Searched refs:kTestConstantValue (Results 1 – 1 of 1) sorted by relevance
554 constexpr int32_t kTestConstantValue = 10; in TEST_F() local556 const RegType& precise_cst = cache_new.FromCat1Const(kTestConstantValue, true); in TEST_F()557 const RegType& imprecise_cst = cache_new.FromCat1Const(kTestConstantValue, false); in TEST_F()588 constexpr int32_t kTestConstantValue = 10; in TEST_F() local591 const RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true); in TEST_F()592 const RegType& imprecise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, false); in TEST_F()593 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true); in TEST_F()594 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false); in TEST_F()649 constexpr int32_t kTestConstantValue = 10; in TEST_F() local652 const RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true); in TEST_F()[all …]