Searched refs:useSubtract (Results 1 – 2 of 2) sorted by relevance
877 bool useSubtract) { in expandIVInc() argument884 IncV = useSubtract ? in expandIVInc()1082 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local1083 if (useSubtract) in getAddRecExprPHILiterally()1091 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()1092 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()1114 Value *IncV = expandIVInc(PN, StepV, L, useSubtract); in getAddRecExprPHILiterally()1197 bool useSubtract = in expandAddRecExprLiterally() local1199 if (useSubtract) in expandAddRecExprLiterally()1207 Result = expandIVInc(PN, StepV, L, useSubtract); in expandAddRecExprLiterally()
538 bool useSubtract);