Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1751 Value *NotCommute = IRB.CreateXor(VectorOnes, VectorZero); in TEST_F() local
1753 EXPECT_TRUE(match(NotCommute, m_Not(m_Value()))); in TEST_F()
1754 EXPECT_TRUE(match(NotCommute, m_NotForbidUndef(m_Value(Y)))); in TEST_F()