Home
last modified time | relevance | path

Searched refs:ConstantV (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DValueHandleTest.cpp23 Constant *ConstantV; member in __anonb6cf656f0111::ValueHandle
39 WVH = ConstantV; in TEST_F()
40 EXPECT_EQ(ConstantV, WVH); in TEST_F()
57 WVH = ConstantV; in TEST_F()
58 EXPECT_EQ(ConstantV, WVH); in TEST_F()
82 Value *CV = ConstantV; in TEST_F()
128 GenericAVH = ConstantV; in TEST_F()
160 Value *CV = ConstantV; in TEST_F()
212 CVH = ConstantV; in TEST_F()
237 Value *CV = ConstantV; in TEST_F()
[all …]
H A DValueMapTest.cpp25 Constant *ConstantV; member in __anon601199a10111::ValueMapTest
30 : ConstantV(ConstantInt::get(Type::getInt32Ty(Context), 0)), in ValueMapTest()
31 BitcastV(new BitCastInst(ConstantV, Type::getInt32Ty(Context))), in ValueMapTest()
32 AddV(BinaryOperator::CreateAdd(ConstantV, ConstantV)) {} in ValueMapTest()