Searched refs:VPV2 (Results 1 – 1 of 1) sorted by relevance
92 VPValue *VPV2 = new VPValue(); in TEST() local93 VPInstruction *I1 = new VPInstruction(0, {VPV1, VPV2}); in TEST()96 EXPECT_EQ(1u, VPV2->getNumUsers()); in TEST()97 EXPECT_EQ(I1, *VPV2->user_begin()); in TEST()103 EXPECT_EQ(1u, VPV2->getNumUsers()); in TEST()104 EXPECT_EQ(I1, *VPV2->user_begin()); in TEST()111 EXPECT_EQ(0u, VPV2->getNumUsers()); in TEST()131 delete VPV2; in TEST()138 VPValue *VPV2 = new VPValue(); in TEST() local139 VPInstruction *I1 = new VPInstruction(0, {VPV1, VPV2}); in TEST()[all …]