Searched refs:getURemExpr (Results 1 – 2 of 2) sorted by relevance
560 const SCEV *getURemExpr(const SCEV *LHS, const SCEV *RHS);
1815 return getURemExpr(getZeroExtendExpr(LHS, Ty, Depth + 1), in getZeroExtendExpr()3095 const SCEV *ScalarEvolution::getURemExpr(const SCEV *LHS, in getURemExpr() function in ScalarEvolution6221 return getURemExpr(getSCEV(BO->LHS), getSCEV(BO->RHS)); in createSCEV()12273 if (Expr == getURemExpr(A, B)) { in matchURem()