Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3957 Value *RdxPart = State.get(LoopExitInstDef, Part); in fixReduction() local
3960 (Instruction::BinaryOps)Op, RdxPart, ReducedPartRdx, "bin.rdx"); in fixReduction()
3963 ReducedPartRdx, RdxPart); in fixReduction()
3965 ReducedPartRdx = createMinMaxOp(Builder, RK, ReducedPartRdx, RdxPart); in fixReduction()