Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlan.cpp694 auto *WidenPhi = cast<VPWidenPointerInductionRecipe>(&R); in execute() local
697 if (WidenPhi->onlyScalarsGenerated(State->VF)) in execute()
700 auto *GEP = cast<GetElementPtrInst>(State->get(WidenPhi, 0)); in execute()