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

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