Searched refs:StartInt (Results 1 – 1 of 1) sorted by relevance
2478 const APInt &StartInt = StartC->getValue()->getValue(); in getUDivExpr() local2479 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr()2481 LHS = getAddRecExpr(getConstant(StartInt - StartRem), Step, in getUDivExpr()