reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5165 if (match(A, m_NUWAdd(m_Value(X), m_APInt(CA))) && 5170 if (match(A, m_Or(m_Value(X), m_APInt(CA))) &&unittests/IR/PatternMatch.cpp
1133 EXPECT_TRUE(m_ICmp(MatchPred, m_Value(MatchL), m_Value(MatchR)) 1133 EXPECT_TRUE(m_ICmp(MatchPred, m_Value(MatchL), m_Value(MatchR))