Searched refs:getSignumExpr (Results 1 – 2 of 2) sorted by relevance
578 const SCEV *getSignumExpr(const SCEV *Op);
3488 const SCEV *ScalarEvolution::getSignumExpr(const SCEV *Op) { in getSignumExpr() function in ScalarEvolution6653 return getMulExpr(Div, getSignumExpr(X), SCEV::FlagNSW); in createSCEV()