Home | History | Annotate | Download | only in Analysis

Lines Matching refs:expandIVInc

960 /// expandIVInc - Expand an IV increment at Builder's current InsertPos.
963 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L,
1222 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1327 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);