Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1975 PHINode *getPHINode() const { return cast<PHINode>(getUnderlyingValue()); } in getPHINode() function
2042 getPHINode(), getStartValue(), getStepValue(), getVFValue(), in clone()
H A DVPlanTransforms.cpp2639 auto *WidePHI = new VPWidenPHIRecipe(WidenIVR->getPHINode(), nullptr, in expandVPWidenIntOrFpInduction()
H A DLoopVectorize.cpp9841 PHINode *IndPhi = cast<VPWidenInductionRecipe>(&R)->getPHINode(); in preparePlanForEpilogueVectorLoop()