Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1039 auto *WidenPhi = cast<VPWidenPointerInductionRecipe>(&R); in execute() local
1040 assert(!WidenPhi->onlyScalarsGenerated(State->VF.isScalable()) && in execute()
1042 auto *GEP = cast<GetElementPtrInst>(State->get(WidenPhi, 0)); in execute()