reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ValueTracking.cpp
 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))