Searched defs:useSubtract (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp993 bool useSubtract) {
1010 IncV = useSubtract ?
1185 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); local
1186 if (useSubtract)
1215 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1310 bool useSubtract = local
1312 if (useSubtract)
1320 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
991 expandIVInc(PHINode *PN, Value *StepV, const Loop *L, Type *ExpandTy, Type *IntTy, bool useSubtract) argument

Completed in 120 milliseconds