Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h1972 Value *ICmpLHS, *ICmpRHS; in match() local
1974 if (!m_ICmp(Pred, m_Value(ICmpLHS), m_Value(ICmpRHS)).match(V)) in match()
1982 if (AddExpr.match(ICmpLHS) && (ICmpRHS == AddLHS || ICmpRHS == AddRHS)) in match()
1987 if (AddExpr.match(ICmpRHS) && (ICmpLHS == AddLHS || ICmpLHS == AddRHS)) in match()
1988 return L.match(AddLHS) && R.match(AddRHS) && S.match(ICmpRHS); in match()
1995 return L.match(Op1) && R.match(ICmpRHS) && S.match(ICmpLHS); in match()
1999 if (XorExpr.match(ICmpRHS)) in match()
2000 return L.match(Op1) && R.match(ICmpLHS) && S.match(ICmpRHS); in match()
2007 if (AddExpr.match(ICmpLHS) && m_ZeroInt().match(ICmpRHS) && in match()
2012 if (m_ZeroInt().match(ICmpLHS) && AddExpr.match(ICmpRHS) && in match()
[all …]