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