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

References

lib/Analysis/LoopInfo.cpp
  209   const SCEV *Step = IndDesc.getStep();
  359   return SE.isLoopInvariant(IndDesc.getStep(), this);
lib/Transforms/Vectorize/LoopVectorize.cpp
 1822   assert(PSE.getSE()->isLoopInvariant(ID.getStep(), OrigLoop) &&
 1828     Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(),
 1828     Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(),
 1831     Step = cast<SCEVUnknown>(ID.getStep())->getValue();
 2800   auto Step = ID.getStep();
 3017       Type *StepType = II.getStep()->getType();
 3143           !II.getStep()->getType()->isIntegerTy()
 3145                              II.getStep()->getType())
 3146               : B.CreateSExtOrTrunc(CountMinusOne, II.getStep()->getType());
 4022     PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType());