Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h560 const SCEV *getURemExpr(const SCEV *LHS, const SCEV *RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp1815 return getURemExpr(getZeroExtendExpr(LHS, Ty, Depth + 1), in getZeroExtendExpr()
3095 const SCEV *ScalarEvolution::getURemExpr(const SCEV *LHS, in getURemExpr() function in ScalarEvolution
6221 return getURemExpr(getSCEV(BO->LHS), getSCEV(BO->RHS)); in createSCEV()
12273 if (Expr == getURemExpr(A, B)) { in matchURem()