Lines Matching refs:useSubtract
1000 bool useSubtract) {
1017 IncV = useSubtract ?
1107 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
1108 if (useSubtract)
1137 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1231 bool useSubtract =
1233 if (useSubtract)
1242 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);