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

References

include/llvm/Analysis/IVDescriptors.h
  281   InductionKind getKind() const { return IK; }
  318     return (IK == IK_FpInduction) && InductionBinOp &&
  325     if (IK != IK_FpInduction)
lib/Analysis/IVDescriptors.cpp
  780   assert(IK != IK_NoInduction && "Not an induction");
  785   assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) &&
  787   assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) &&
  794   assert((IK != IK_PtrInduction || getConstIntStepValue()) &&
  796   assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) &&
  799   assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) &&
  801   assert((IK != IK_FpInduction ||