Searched refs:StartInt (Results 1 – 2 of 2) sorted by relevance
5952 if (const SCEVConstant *StartInt = dyn_cast<SCEVConstant>(S)) { in pushSCEV() local5953 Success &= pushConst(StartInt); in pushSCEV()
3329 const APInt &StartInt = StartC->getAPInt(); in getUDivExpr() local3330 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr()3333 getAddRecExpr(getConstant(StartInt - StartRem), Step, in getUDivExpr()