Searched refs:ConstantV (Results 1 – 2 of 2) sorted by relevance
23 Constant *ConstantV; member in __anonb6cf656f0111::ValueHandle39 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 …]
25 Constant *ConstantV; member in __anon601199a10111::ValueMapTest30 : 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()