Lines Matching refs:Int32Ty

283   Type *Int32Ty = Type::getInt32Ty(Ctx);  in TEST()  local
295 ConstantInt::get(Int32Ty, 0))); in TEST()
297 GEPOp.BuilderFunc({UndefValue::get(Int8PtrTy), ConstantInt::get(Int32Ty, 0)}, in TEST()
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
375 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 65536))); in TEST()
377 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
379 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 3))); in TEST()
381 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 4))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
390 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int32Ty))); in TEST()
392 EXPECT_FALSE(IVOp.SourcePreds[2].matches({SVal, UndefValue::get(Int32Ty)}, in TEST()
393 ConstantInt::get(Int32Ty, 0))); in TEST()
394 EXPECT_TRUE(IVOp.SourcePreds[2].matches({SVal, UndefValue::get(Int32Ty)}, in TEST()
395 ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
400 IVOp.SourcePreds[2].generate({SVal, ConstantInt::get(Int32Ty, 0)}, {}), in TEST()
401 ElementsAre(ConstantInt::get(Int32Ty, 1))); in TEST()