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

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

Completed in 270 milliseconds