Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h74 inline SpecificConstantMatch m_AllOnesInt() { in m_AllOnesInt() function
464 return m_GXor(Src, m_AllOnesInt());
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DPatternMatchTest.cpp434 EXPECT_TRUE(mi_match(AllOnes.getReg(0), *MRI, m_AllOnesInt())); in TEST_F()
437 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_AllOnesInt())); in TEST_F()