Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4453 Value *RdxPart = State.get(LoopExitInstDef, Part); in fixReduction() local
4456 (Instruction::BinaryOps)Op, RdxPart, ReducedPartRdx, "bin.rdx"); in fixReduction()
4458 ReducedPartRdx = createMinMaxOp(Builder, RK, ReducedPartRdx, RdxPart); in fixReduction()