Home
last modified time | relevance | path

Searched refs:NotWithUndefsCommute (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1761 Value *NotWithUndefsCommute = IRB.CreateXor(VectorMixed, VectorZero); in TEST_F() local
1762 EXPECT_TRUE(match(NotWithUndefsCommute, m_Not(m_Value()))); in TEST_F()
1763 EXPECT_FALSE(match(NotWithUndefsCommute, m_NotForbidUndef(m_Value(X)))); in TEST_F()