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

Declarations

include/llvm/Analysis/IVDescriptors.h
  284   ConstantInt *getConstIntStepValue() const;

References

lib/Analysis/IVDescriptors.cpp
  791   assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) &&
  791   assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) &&
  794   assert((IK != IK_PtrInduction || getConstIntStepValue()) &&
  815   ConstantInt *ConstStep = getConstIntStepValue();
lib/Analysis/LoopInfo.cpp
  413   ConstantInt *Step = IndDesc.getConstIntStepValue();
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  517       ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() &&
  517       ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() &&
lib/Transforms/Vectorize/LoopVectorize.cpp
 2837     if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne())
 2837     if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne())