Lines Matching refs:Int32Ty
121 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
131 Type *V2Int32Ty = VectorType::get(Int32Ty, 2); in TEST()
135 Type *Int32PtrTy = PointerType::get(Int32Ty, 0); in TEST()
138 Type *Int32PtrAS1Ty = PointerType::get(Int32Ty, 1); in TEST()
185 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, Int32Ty)); in TEST()
187 EXPECT_TRUE(CastInst::isBitCastable(Int32Ty, FloatTy)); in TEST()
191 EXPECT_FALSE(CastInst::isBitCastable(Int32Ty, Int64Ty)); in TEST()
192 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, Int32Ty)); in TEST()
333 Type* Int32Ty = Type::getInt32Ty(C); in TEST() local
341 Int32Ty, 0, Int32Ty), in TEST()
356 Int64PtrTy, Int32Ty, Int64PtrTy, in TEST()
371 0, Int32Ty, 0), in TEST()
428 Int64PtrTyAS1, Int64PtrTyAS1, Int32Ty, in TEST()