Home | History | Annotate | Download | only in IR

Lines Matching defs:Int32Ty

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