Home
last modified time | relevance | path

Searched refs:VectorPhiR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8412 auto *VectorPhiR = in addScalarResumePhis() local
8414 if (auto *WideIVR = dyn_cast<VPWidenInductionRecipe>(VectorPhiR)) { in addScalarResumePhis()
8426 assert(cast<VPWidenIntOrFpInductionRecipe>(VectorPhiR)->getTruncInst() && in addScalarResumePhis()
8434 bool IsFOR = isa<VPFirstOrderRecurrencePHIRecipe>(VectorPhiR); in addScalarResumePhis()
8435 auto *ResumeFromVectorLoop = VectorPhiR->getBackedgeValue(); in addScalarResumePhis()
8444 {ResumeFromVectorLoop, VectorPhiR->getStartValue()}, {}, Name); in addScalarResumePhis()