Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4420 Value *RdxPart = State.get(LoopExitInstDef, Part); in fixReduction() local
4423 (Instruction::BinaryOps)Op, RdxPart, ReducedPartRdx, "bin.rdx"); in fixReduction()
4425 ReducedPartRdx = createMinMaxOp(Builder, RK, ReducedPartRdx, RdxPart); in fixReduction()