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

  /external/llvm/unittests/IR/
InstructionsTest.cpp 135 Type *Int32PtrTy = PointerType::get(Int32Ty, 0);
147 Type *V2Int32PtrTy = VectorType::get(Int32PtrTy, 2);
167 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty));
168 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy));
177 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, V2Int32PtrTy));
178 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int32PtrTy));
180 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy));
ConstantsTest.cpp 127 Type *Int32PtrTy = Type::getInt32PtrTy(C);
130 VectorType *Int32PtrVecTy = VectorType::get(Int32PtrTy, 4);
139 EXPECT_EQ(Constant::getNullValue(Int32PtrTy),
141 Constant::getNullValue(Int8PtrTy), Int32PtrTy));

Completed in 1815 milliseconds