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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp997 /// expandIVInc - Expand an IV increment at Builder's current InsertPos.
1000 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L, function in class:SCEVExpander
1139 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1242 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);

Completed in 21 milliseconds