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

References

unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp
  194   EXPECT_NE(nullptr, NotAnd);
  197   EXPECT_EQ(NotAnd->getOpcode(), Instruction::And);
  205   EXPECT_EQ(NotAnd->getOperand(0), OuterCBV);
  206   EXPECT_EQ(NotAnd->getOperand(1), Not);
  209   EXPECT_EQ(InnerIfFSucc->getPredicate(), NotAnd);
  221   if (((OrOp0Inst == And) && (OrOp1Inst == NotAnd)) ||
  222       ((OrOp0Inst == NotAnd) && (OrOp1Inst == And)))