Searched refs:Int32PtrTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 190 Type *Int32PtrTy = PointerType::get(Int32Ty, 0); in TEST() local 202 Type *V2Int32PtrTy = VectorType::get(Int32PtrTy, 2); in TEST() 203 Type *V4Int32PtrTy = VectorType::get(Int32PtrTy, 4); in TEST() 225 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty)); in TEST() 226 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy)); in TEST() 239 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, V2Int32PtrTy)); in TEST() 240 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int32PtrTy)); in TEST() 242 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()
|