Lines Matching defs:SVal
421 Constant *SVal = PoisonValue::get(StructTy);
427 EXPECT_TRUE(EVOp.SourcePreds[0].matches({}, SVal));
431 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, SVal));
442 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0)));
444 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1)));
446 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2)));
459 EVOp.SourcePreds[1].generate({SVal}, {}),
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)}, {}),