Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1080 bool useSubtract) { in expandIVInc() argument
1094 IncV = useSubtract ? in expandIVInc()
1295 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local
1296 if (useSubtract) in getAddRecExprPHILiterally()
1305 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1306 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1331 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1449 bool useSubtract = in expandAddRecExprLiterally() local
1451 if (useSubtract) in expandAddRecExprLiterally()
1460 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h492 Type *IntTy, bool useSubtract);