Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp965 bool useSubtract) { in expandIVInc() argument
982 IncV = useSubtract ? in expandIVInc()
1186 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local
1187 if (useSubtract) in getAddRecExprPHILiterally()
1195 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1196 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1222 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1317 bool useSubtract = in expandAddRecExprLiterally() local
1319 if (useSubtract) in expandAddRecExprLiterally()
1327 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h308 Type *ExpandTy, Type *IntTy, bool useSubtract);