Lines Matching defs:IVOp
418 auto IVOp = fuzzerop::insertValueDescriptor(1);
431 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, SVal));
432 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, OVal));
433 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, AVal));
434 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, VVal));
438 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, ZAVal));
464 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, PoisonValue::get(Int8PtrTy)));
465 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, PoisonValue::get(Int32Ty)));
466 EXPECT_FALSE(IVOp.SourcePreds[1].matches({SVal}, PoisonValue::get(Int64Ty)));
467 EXPECT_FALSE(IVOp.SourcePreds[2].matches({SVal, PoisonValue::get(Int32Ty)},
469 EXPECT_TRUE(IVOp.SourcePreds[2].matches({SVal, PoisonValue::get(Int32Ty)},
472 EXPECT_THAT(IVOp.SourcePreds[1].generate({SVal}, {}),
475 IVOp.SourcePreds[2].generate({SVal, ConstantInt::get(Int32Ty, 0)}, {}),