Home
last modified time | relevance | path

Searched refs:useSubtract (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1035 bool useSubtract) { in expandIVInc() argument
1051 IncV = useSubtract ? in expandIVInc()
1261 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local
1262 if (useSubtract) in getAddRecExprPHILiterally()
1270 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1271 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1297 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1403 bool useSubtract = in expandAddRecExprLiterally() local
1405 if (useSubtract) in expandAddRecExprLiterally()
1413 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h365 Type *ExpandTy, Type *IntTy, bool useSubtract);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h389 Type *ExpandTy, Type *IntTy, bool useSubtract);