Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp728 auto NotNegInst2 = B.buildSub(s64, FortyTwo, Copies[0]); in TEST_F() local
729 EXPECT_FALSE(mi_match(NotNegInst2.getReg(0), *MRI, m_Neg(m_Reg(NegatedReg)))); in TEST_F()