Home | History | Annotate | Download | only in Analysis

Lines Matching refs:expandIVInc

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