Searched refs:useSubtract (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpander.h | 267 Type *ExpandTy, Type *IntTy, bool useSubtract);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 993 bool useSubtract) { in expandIVInc() argument 1010 IncV = useSubtract ? in expandIVInc() 1185 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally() local 1186 if (useSubtract) in getAddRecExprPHILiterally() 1215 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() 1310 bool useSubtract = in expandAddRecExprLiterally() local 1312 if (useSubtract) in expandAddRecExprLiterally() 1320 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
|