Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7208 VPInstruction *RedResult, in createAndCollectMergePhiForReduction() argument
7212 if (!RedResult || in createAndCollectMergePhiForReduction()
7213 RedResult->getOpcode() != VPInstruction::ComputeReductionResult) in createAndCollectMergePhiForReduction()
7216 auto *PhiR = cast<VPReductionPHIRecipe>(RedResult->getOperand(0)); in createAndCollectMergePhiForReduction()
7220 State.get(RedResult, VPIteration(State.UF - 1, VPLane::getFirstLane())); in createAndCollectMergePhiForReduction()