Searched refs:StartRem (Results 1 – 3 of 3) sorted by relevance
2159 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr() local2160 if (StartRem != 0) in getUDivExpr()2161 LHS = getAddRecExpr(getConstant(StartInt - StartRem), Step, in getUDivExpr()
2725 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr() local2726 if (StartRem != 0) in getUDivExpr()2727 LHS = getAddRecExpr(getConstant(StartInt - StartRem), Step, in getUDivExpr()
3175 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr() local3176 if (StartRem != 0) in getUDivExpr()3177 LHS = getAddRecExpr(getConstant(StartInt - StartRem), Step, in getUDivExpr()