Searched refs:Int32PtrTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 135 Type *Int32PtrTy = PointerType::get(Int32Ty, 0); in TEST() local 147 Type *V2Int32PtrTy = VectorType::get(Int32PtrTy, 2); in TEST() 167 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty)); in TEST() 168 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy)); in TEST() 177 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, V2Int32PtrTy)); in TEST() 178 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int32PtrTy)); in TEST() 180 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy)); in TEST()
|
D | ConstantsTest.cpp | 127 Type *Int32PtrTy = Type::getInt32PtrTy(C); in TEST() local 130 VectorType *Int32PtrVecTy = VectorType::get(Int32PtrTy, 4); in TEST() 139 EXPECT_EQ(Constant::getNullValue(Int32PtrTy), in TEST() 141 Constant::getNullValue(Int8PtrTy), Int32PtrTy)); in TEST()
|