Searched refs:Val4 (Results 1 – 2 of 2) sorted by relevance
44 Value *Val4 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val4", Entry); in TEST() local67 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() local148 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()[all …]
104 typename TemplateClass<T, S>::field Val4; in indexSimpleDependentDeclarations() local