Searched refs:ZeroConst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 258 auto *ZeroConst = SE.getConstant(Ty, 0); in TEST_F() local 263 EXPECT_EQ(S1, ZeroConst); in TEST_F()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 328 auto *ZeroConst = ConstantInteger32::create(Ctx, IceType_i32, 0); in instrumentFuncStart() local 336 ->emplace_back(InstStore::create(Func, ZeroConst, PoisonAddrVar)); in instrumentFuncStart()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 131 auto *ZeroConst = SE.getConstant(Ty, 0); in TEST_F() local 136 EXPECT_EQ(S1, ZeroConst); in TEST_F() 1112 const auto *ZeroConst = SE.getConstant(Int32Ty, 0); in TEST_F() local 1113 EXPECT_EQ(Expr, ZeroConst); in TEST_F()
|