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

References

lib/Analysis/LoopInfo.cpp
  403   if (!getInductionDescriptor(SE, IndDesc))
  406   ConstantInt *Init = dyn_cast_or_null<ConstantInt>(IndDesc.getStartValue());
  410   if (IndDesc.getInductionOpcode() != Instruction::Add)
  413   ConstantInt *Step = IndDesc.getConstIntStepValue();