HomeSort by relevance Sort by last modified time
    Searched refs:ConstantV (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/IR/
ValueHandleTest.cpp 23 Constant *ConstantV;
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...]
ValueMapTest.cpp 25 Constant *ConstantV;
30 ConstantV(ConstantInt::get(Type::getInt32Ty(getGlobalContext()), 0)),
31 BitcastV(new BitCastInst(ConstantV, Type::getInt32Ty(getGlobalContext()))),
32 AddV(BinaryOperator::CreateAdd(ConstantV, ConstantV)) {

Completed in 218 milliseconds