Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1097 bool useSubtract) { in expandIVInc() argument
1111 IncV = useSubtract ? in expandIVInc()
1332 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local
1333 if (useSubtract) in getAddRecExprPHILiterally()
1342 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1343 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1368 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1485 bool useSubtract = in expandAddRecExprLiterally() local
1487 if (useSubtract) in expandAddRecExprLiterally()
1496 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h485 Type *IntTy, bool useSubtract);