HomeSort by relevance Sort by last modified time
    Searched refs:SourcePreds (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
OperationsTest.cpp 78 TEST(OperationsTest, SourcePreds) {
294 EXPECT_TRUE(GEPOp.SourcePreds[0].matches({}, UndefValue::get(Int8PtrTy)));
295 EXPECT_TRUE(GEPOp.SourcePreds[1].matches({UndefValue::get(Int8PtrTy)},
324 ASSERT_FALSE(Descr.SourcePreds[0].matches({}, &*BB.begin()));
327 ASSERT_TRUE(Descr.SourcePreds[0].matches({}, &*std::next(BB.begin())));
353 EXPECT_TRUE(EVOp.SourcePreds[0].matches({}, SVal));
354 EXPECT_FALSE(EVOp.SourcePreds[0].matches({}, OVal));
355 EXPECT_TRUE(EVOp.SourcePreds[0].matches({}, AVal));
356 EXPECT_FALSE(EVOp.SourcePreds[0].matches({}, VVal));
357 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, SVal))
    [all...]
RandomIRBuilderTest.cpp 74 ASSERT_TRUE(Descr.SourcePreds[0].matches(Srcs, Insts[1]));
76 ASSERT_TRUE(Descr.SourcePreds[1].matches(Srcs, Insts[1]));
82 Value *LastSrc = IB.newSource(BB, Insts, Srcs, Descr.SourcePreds[2]);
83 ASSERT_TRUE(Descr.SourcePreds[2].matches(Srcs, LastSrc));
114 ASSERT_TRUE(IVDescr.SourcePreds[0].matches({}, Src));
127 BB, &*BB.begin(), Srcs, IVDescr.SourcePreds[2]);
128 ASSERT_TRUE(IVDescr.SourcePreds[2].matches(Srcs, Src));
191 ASSERT_TRUE(Descr.SourcePreds[0].matches({}, Source));
198 Srcs[1] = IB.findOrCreateSource(BB, {Source}, Srcs, Descr.SourcePreds[1]);
199 IB.findOrCreateSource(BB, {}, Srcs, Descr.SourcePreds[2])
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
IRMutator.cpp 98 return Op.SourcePreds[0].matches({}, Src);
130 for (const auto &Pred : makeArrayRef(OpDesc->SourcePreds).slice(1))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
OpDescriptor.h 92 SmallVector<SourcePred, 2> SourcePreds;

Completed in 774 milliseconds