Searched refs:getInductionDescriptor (Results 1 – 6 of 6) sorted by relevance
313 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts()393 const InductionDescriptor &ID = IV->getInductionDescriptor(); in optimizeInductions()
643 auto *StepC = dyn_cast<SCEVConstant>(getInductionDescriptor().getStep()); in isCanonical()
1103 const InductionDescriptor &getInductionDescriptor() const { return IndDesc; } in getInductionDescriptor() function
9235 const InductionDescriptor &ID = getInductionDescriptor(); in execute()
329 bool Loop::getInductionDescriptor(ScalarEvolution &SE, in getInductionDescriptor() function in Loop409 if (!getInductionDescriptor(SE, IndDesc)) in isCanonical()
764 bool getInductionDescriptor(ScalarEvolution &SE,