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.cpp853 bool useSubtract) { in expandIVInc() argument
860 IncV = useSubtract ? in expandIVInc()
1058 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local
1059 if (useSubtract) in getAddRecExprPHILiterally()
1067 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1068 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1090 Value *IncV = expandIVInc(PN, StepV, L, useSubtract); in getAddRecExprPHILiterally()
1173 bool useSubtract = in expandAddRecExprLiterally() local
1175 if (useSubtract) in expandAddRecExprLiterally()
1183 Result = expandIVInc(PN, StepV, L, useSubtract); in expandAddRecExprLiterally()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h523 bool useSubtract);