Searched refs:Int32PtrAS1Ty (Results 1 – 1 of 1) sorted by relevance
219 Type *Int32PtrAS1Ty = PointerType::get(Int32Ty, 1); in TEST() local222 Type *V2Int32PtrAS1Ty = FixedVectorType::get(Int32PtrAS1Ty, 2); in TEST()224 Type *V4Int32PtrAS1Ty = FixedVectorType::get(Int32PtrAS1Ty, 4); in TEST()225 Type *VScaleV4Int32PtrAS1Ty = ScalableVectorType::get(Int32PtrAS1Ty, 4); in TEST()250 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty)); in TEST()251 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy)); in TEST()447 Type *Int32PtrAS1Ty = PointerType::get(Int32Ty, 1); in TEST() local448 Type *V2Int32PtrAS1Ty = FixedVectorType::get(Int32PtrAS1Ty, 2); in TEST()