Searched refs:NotWithUndefsCommute (Results 1 – 1 of 1) sorted by relevance
1761 Value *NotWithUndefsCommute = IRB.CreateXor(VectorMixed, VectorZero); in TEST_F() local1762 EXPECT_TRUE(match(NotWithUndefsCommute, m_Not(m_Value()))); in TEST_F()1763 EXPECT_FALSE(match(NotWithUndefsCommute, m_NotForbidUndef(m_Value(X)))); in TEST_F()