Lines Matching refs:Int32PtrTy
216 Type *Int32PtrTy = PointerType::get(Int32Ty, 0); in TEST() local
229 Type *V2Int32PtrTy = FixedVectorType::get(Int32PtrTy, 2); in TEST()
230 Type *VScaleV2Int32PtrTy = ScalableVectorType::get(Int32PtrTy, 2); in TEST()
231 Type *V4Int32PtrTy = FixedVectorType::get(Int32PtrTy, 4); in TEST()
232 Type *VScaleV4Int32PtrTy = ScalableVectorType::get(Int32PtrTy, 4); in TEST()
250 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty)); in TEST()
251 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy)); in TEST()
263 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, V2Int32PtrTy)); in TEST()
264 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int32PtrTy)); in TEST()
266 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy)); in TEST()
406 Type *Int32PtrTy = PointerType::get(Int32Ty, 0); in TEST() local
449 Type *V2Int32PtrTy = FixedVectorType::get(Int32PtrTy, 2); in TEST()