Lines Matching refs:Val4
44 Value *Val4 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val4", Entry); in TEST() local
67 Val1->replaceAllUsesWith(Val4); in TEST()
71 EXPECT_TRUE(Vals.count(Val4)); in TEST()
75 EXPECT_TRUE(Vals.count(Val4)); in TEST()
117 Value *Val4 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val4", Entry); in TEST() local
148 Phi1->setIncomingValue(0, Val4); in TEST()
152 EXPECT_TRUE(Vals.count(Val4)); in TEST()
160 EXPECT_TRUE(Vals.count(Val4)); in TEST()
169 EXPECT_TRUE(Vals.count(Val4)); in TEST()
185 EXPECT_TRUE(Vals.count(Val4)); in TEST()
204 EXPECT_TRUE(Vals.count(Val4)); in TEST()