Home
last modified time | relevance | path

Searched refs:GenericAVH (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
DValueHandleTest.cpp113 AssertingVH<Value> GenericAVH(BitcastV.get()); in TEST_F() local
114 EXPECT_EQ(BitcastV.get(), GenericAVH); in TEST_F()
115 GenericAVH = ConstantV; in TEST_F()
116 EXPECT_EQ(ConstantV, GenericAVH); in TEST_F()
/external/llvm/unittests/IR/
DValueHandleTest.cpp109 AssertingVH<Value> GenericAVH(BitcastV.get()); in TEST_F() local
110 EXPECT_EQ(BitcastV.get(), GenericAVH); in TEST_F()
111 GenericAVH = ConstantV; in TEST_F()
112 EXPECT_EQ(ConstantV, GenericAVH); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueHandleTest.cpp127 AssertingVH<Value> GenericAVH(BitcastV.get()); in TEST_F() local
128 EXPECT_EQ(BitcastV.get(), GenericAVH); in TEST_F()
129 GenericAVH = ConstantV; in TEST_F()
130 EXPECT_EQ(ConstantV, GenericAVH); in TEST_F()