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

/external/llvm/unittests/IR/
H A DValueHandleTest.cpp23 Constant *ConstantV; member in class:__anon26510::ValueHandle
27 ConstantV(ConstantInt::get(Type::getInt32Ty(getGlobalContext()), 0)),
28 BitcastV(new BitCastInst(ConstantV, Type::getInt32Ty(getGlobalContext()))) {
40 WVH = ConstantV;
41 EXPECT_EQ(ConstantV, WVH);
51 WeakVH ConstantWVH(ConstantV);
60 EXPECT_TRUE(BitcastWVH != ConstantV);
65 Value *CV = ConstantV;
76 EXPECT_EQ(BV < CV, BitcastWVH < ConstantV);
77 EXPECT_EQ(BV <= CV, BitcastWVH <= ConstantV);
[all...]
H A DValueMapTest.cpp25 Constant *ConstantV; member in class:__anon26511::ValueMapTest
30 ConstantV(ConstantInt::get(Type::getInt32Ty(getGlobalContext()), 0)),
31 BitcastV(new BitCastInst(ConstantV, Type::getInt32Ty(getGlobalContext()))),
32 AddV(BinaryOperator::CreateAdd(ConstantV, ConstantV)) {

Completed in 86 milliseconds