reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/FuzzMutate/OperationsTest.cpp
  352   EXPECT_TRUE(EVOp.SourcePreds[0].matches({}, SVal));
  353   EXPECT_FALSE(EVOp.SourcePreds[0].matches({}, OVal));
  354   EXPECT_TRUE(EVOp.SourcePreds[0].matches({}, AVal));
  355   EXPECT_FALSE(EVOp.SourcePreds[0].matches({}, VVal));
  362   EXPECT_FALSE(EVOp.SourcePreds[0].matches({}, ZAVal));
  367       EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0)));
  369       EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1)));
  371       EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2)));
  373       EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0)));
  375       EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 65536)));
  377       EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 0)));
  379       EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 3)));
  381       EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 4)));
  384       EVOp.SourcePreds[1].generate({SVal}, {}),