Searched refs:NotCommute (Results 1 – 1 of 1) sorted by relevance
1751 Value *NotCommute = IRB.CreateXor(VectorOnes, VectorZero); in TEST_F() local1753 EXPECT_TRUE(match(NotCommute, m_Not(m_Value()))); in TEST_F()1754 EXPECT_TRUE(match(NotCommute, m_NotForbidUndef(m_Value(Y)))); in TEST_F()