Searched refs:ZeroConst (Results 1 – 1 of 1) sorted by relevance
147 auto *ZeroConst = SE.getConstant(Ty, 0); in TEST_F() local152 EXPECT_EQ(S1, ZeroConst); in TEST_F()1035 const auto *ZeroConst = SE.getConstant(Int32Ty, 0); in TEST_F() local1036 EXPECT_EQ(Expr, ZeroConst); in TEST_F()