Searched refs:useSubtract (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 965 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/ |
D | ScalarEvolutionExpander.h | 308 Type *ExpandTy, Type *IntTy, bool useSubtract);
|