Lines Matching refs:IVOp
343 auto IVOp = fuzzerop::insertValueDescriptor(1); in TEST() local
356 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, SVal)); in TEST()
357 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, OVal)); in TEST()
358 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, AVal)); in TEST()
359 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, VVal)); in TEST()
363 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, ZAVal)); in TEST()
389 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int8PtrTy))); in TEST()
390 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int32Ty))); in TEST()
391 EXPECT_FALSE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int64Ty))); in TEST()
392 EXPECT_FALSE(IVOp.SourcePreds[2].matches({SVal, UndefValue::get(Int32Ty)}, in TEST()
394 EXPECT_TRUE(IVOp.SourcePreds[2].matches({SVal, UndefValue::get(Int32Ty)}, in TEST()
397 EXPECT_THAT(IVOp.SourcePreds[1].generate({SVal}, {}), in TEST()
400 IVOp.SourcePreds[2].generate({SVal, ConstantInt::get(Int32Ty, 0)}, {}), in TEST()