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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1002 bool useSubtract) {
1019 IncV = useSubtract ?
1109 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); local
1110 if (useSubtract)
1139 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1231 bool useSubtract = local
1233 if (useSubtract)
1242 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1000 expandIVInc(PHINode *PN, Value *StepV, const Loop *L, Type *ExpandTy, Type *IntTy, bool useSubtract) argument

Completed in 50 milliseconds