Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1652 Value *ICmpLHS, *ICmpRHS; in match() local
1654 if (!m_ICmp(Pred, m_Value(ICmpLHS), m_Value(ICmpRHS)).match(V)) in match()
1662 if (AddExpr.match(ICmpLHS) && (ICmpRHS == AddLHS || ICmpRHS == AddRHS)) in match()
1663 return L.match(AddLHS) && R.match(AddRHS) && S.match(ICmpLHS); in match()
1667 if (AddExpr.match(ICmpRHS) && (ICmpLHS == AddLHS || ICmpLHS == AddRHS)) in match()
1674 if (AddExpr.match(ICmpLHS) && m_ZeroInt().match(ICmpRHS) && in match()
1676 return L.match(AddLHS) && R.match(AddRHS) && S.match(ICmpLHS); in match()
1679 if (m_ZeroInt().match(ICmpLHS) && AddExpr.match(ICmpRHS) && in match()