Searched refs:getIntOrFpInductionDescriptor (Results 1 – 3 of 3) sorted by relevance
311 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
1209 LoopVectorizationLegality::getIntOrFpInductionDescriptor(PHINode *Phi) const { in getIntOrFpInductionDescriptor() function in llvm::LoopVectorizationLegality
8191 if (auto *II = Legal->getIntOrFpInductionDescriptor(Phi)) in tryToOptimizeInductionPHI()8230 const InductionDescriptor &II = *Legal->getIntOrFpInductionDescriptor(Phi); in tryToOptimizeInductionTruncate()8937 [this](PHINode *P) { return Legal->getIntOrFpInductionDescriptor(P); }, in buildVPlan()