Home
last modified time | relevance | path

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

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