Searched refs:getIntOrFpInductionDescriptor (Results 1 – 7 of 7) sorted by relevance
311 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
315 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
1070 LoopVectorizationLegality::getIntOrFpInductionDescriptor(PHINode *Phi) const { in getIntOrFpInductionDescriptor() function in llvm::LoopVectorizationLegality
8234 if (auto *II = Legal->getIntOrFpInductionDescriptor(Phi)) in tryToOptimizeInductionPHI()8274 const InductionDescriptor &II = *Legal->getIntOrFpInductionDescriptor(Phi); in tryToOptimizeInductionTruncate()9196 [this](PHINode *P) { return Legal->getIntOrFpInductionDescriptor(P); }, in buildVPlan()