Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h1123 Value *ICmpLHS, *ICmpRHS; in match() local
1125 if (!m_ICmp(Pred, m_Value(ICmpLHS), m_Value(ICmpRHS)).match(V)) in match()
1133 if (AddExpr.match(ICmpLHS) && (ICmpRHS == AddLHS || ICmpRHS == AddRHS)) in match()
1138 if (AddExpr.match(ICmpRHS) && (ICmpLHS == AddLHS || ICmpLHS == AddRHS)) in match()
1139 return L.match(AddLHS) && R.match(AddRHS) && S.match(ICmpRHS); in match()