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

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  494   Inductions[Phi] = ID;
  500   const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts();
  516   if (ID.getKind() == InductionDescriptor::IK_IntInduction &&
  517       ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() &&
  517       ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() &&
  518       isa<Constant>(ID.getStartValue()) &&
  519       cast<Constant>(ID.getStartValue())->isNullValue()) {