Searched refs:matchURem (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 2217 bool matchURem(const SCEV *Expr, const SCEV *&LHS, const SCEV *&RHS);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 497 if (SE.matchURem(S, URemLHS, URemRHS)) { in visitAddExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1773 if (matchURem(Op, LHS, RHS)) in getZeroExtendExprImpl() 2706 if (matchURem(Mul->getOperand(1), X, Y) && X == Ops[1]) { in getAddExpr() 15036 bool ScalarEvolution::matchURem(const SCEV *Expr, const SCEV *&LHS, in matchURem() function in ScalarEvolution 15241 if (SE.matchURem(LHS, URemLHS, URemRHS)) { in collect()
|