Searched refs:AVH (Results 1 – 3 of 3) sorted by relevance
109 AssertingVH<CastInst> AVH(BitcastV.get()); in TEST_F() local110 CastInst *implicit_to_exact_type = AVH; in TEST_F()120 EXPECT_FALSE(AVH->mayWriteToMemory()); in TEST_F()121 EXPECT_FALSE((*AVH).mayWriteToMemory()); in TEST_F()126 AssertingVH<const CastInst> AVH(ConstBitcast); in TEST_F() local127 const CastInst *implicit_to_exact_type = AVH; in TEST_F()165 AssertingVH<Value> AVH(BitcastV.get()); in TEST_F() local167 EXPECT_EQ(BitcastV.get(), AVH); in TEST_F()181 AssertingVH<Value> AVH(BitcastV.get()); in TEST_F() local184 AssertingVH<Value> Copy(AVH); in TEST_F()[all …]
105 AssertingVH<CastInst> AVH(BitcastV.get()); in TEST_F() local106 CastInst *implicit_to_exact_type = AVH; in TEST_F()116 EXPECT_FALSE(AVH->mayWriteToMemory()); in TEST_F()117 EXPECT_FALSE((*AVH).mayWriteToMemory()); in TEST_F()122 AssertingVH<const CastInst> AVH(ConstBitcast); in TEST_F() local123 const CastInst *implicit_to_exact_type = AVH; in TEST_F()161 AssertingVH<Value> AVH(BitcastV.get()); in TEST_F() local163 EXPECT_EQ(BitcastV.get(), AVH); in TEST_F()177 AssertingVH<Value> AVH(BitcastV.get()); in TEST_F() local180 AssertingVH<Value> Copy(AVH); in TEST_F()[all …]
234 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) {235 return static_cast<Value *>(AVH);343 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) {344 return static_cast<Value *>(AVH);