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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h264 Value *expandIVInc(PHINode *PN, Value *StepV, const Loop *L,
/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 97 milliseconds