Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1757 Value *NotWithUndefs = IRB.CreateXor(VectorZero, VectorMixed); in TEST_F() local
1758 EXPECT_TRUE(match(NotWithUndefs, m_Not(m_Value()))); in TEST_F()
1759 EXPECT_FALSE(match(NotWithUndefs, m_NotForbidUndef(m_Value()))); in TEST_F()