Lines Matching refs:useSubtract
965 bool useSubtract) {
982 IncV = useSubtract ?
1186 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
1187 if (useSubtract)
1195 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized);
1196 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized);
1222 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1317 bool useSubtract =
1319 if (useSubtract)
1327 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);