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

References

lib/Analysis/LoopInfo.cpp
  204   Value *InitialIVValue = IndDesc.getStartValue();
  406   ConstantInt *Init = dyn_cast_or_null<ConstantInt>(IndDesc.getStartValue());
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  518       isa<Constant>(ID.getStartValue()) &&
  519       cast<Constant>(ID.getStartValue())->isNullValue()) {
lib/Transforms/Vectorize/LoopVectorize.cpp
 1678   Value *Start = II.getStartValue();
 1802   assert(IV->getType() == ID.getStartValue()->getType() && "Types must match");
 2801   auto StartValue = ID.getStartValue();
 3034       BCResumeVal->addIncoming(II.getStartValue(), BB);