Home
last modified time | relevance | path

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

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