Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolution.h1880 bool matchURem(const SCEV *Expr, const SCEV *&LHS, const SCEV *&RHS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp1859 if (matchURem(Op, LHS, RHS)) in getZeroExtendExpr()
12583 bool ScalarEvolution::matchURem(const SCEV *Expr, const SCEV *&LHS, in matchURem() function in ScalarEvolution