Home
last modified time | relevance | path

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

/external/llvm/test/Analysis/ScalarEvolution/
Dnsw.ll108 ; A single AddExpr exists for (%a + %b), which is not always <nsw>.
/external/llvm/include/llvm/IR/
DPatternMatch.h1129 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match() local
1133 if (AddExpr.match(ICmpLHS) && (ICmpRHS == AddLHS || ICmpRHS == AddRHS)) in match()
1138 if (AddExpr.match(ICmpRHS) && (ICmpLHS == AddLHS || ICmpLHS == AddRHS)) in match()