Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp979 bool useSubtract) { in expandIVInc() argument
996 IncV = useSubtract ? in expandIVInc()
1201 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local
1202 if (useSubtract) in getAddRecExprPHILiterally()
1210 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1211 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1237 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1339 bool useSubtract = in expandAddRecExprLiterally() local
1341 if (useSubtract) in expandAddRecExprLiterally()
1349 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h365 Type *ExpandTy, Type *IntTy, bool useSubtract);