Home
last modified time | relevance | path

Searched refs:useSubtract (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp877 bool useSubtract) { in expandIVInc() argument
884 IncV = useSubtract ? in expandIVInc()
1082 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local
1083 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() local
1199 if (useSubtract) in expandAddRecExprLiterally()
1207 Result = expandIVInc(PN, StepV, L, useSubtract); in expandAddRecExprLiterally()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h538 bool useSubtract);