reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolutionExpander.cpp
 1384   Type *ExpandTy = PostLoopScale ? IntTy : STy;
 1395                                           IntTy, TruncTy, InvertStep);
 1430         StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front());
 1432       Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
 1459     Result = InsertNoopCastOfTo(Result, IntTy);
 1461                                expandCodeFor(PostLoopScale, IntTy));
 1470         Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base);
 1472         Result = expandAddToGEP(PostLoopOffset, PTy, IntTy, Result);
 1475       Result = InsertNoopCastOfTo(Result, IntTy);
 1477                                  expandCodeFor(PostLoopOffset, IntTy));