Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3973 Value *RdxPart = State.get(LoopExitInstDef, Part); in fixReduction() local
3976 (Instruction::BinaryOps)Op, RdxPart, ReducedPartRdx, "bin.rdx"); in fixReduction()
3979 ReducedPartRdx, RdxPart); in fixReduction()
3981 ReducedPartRdx = createMinMaxOp(Builder, RK, ReducedPartRdx, RdxPart); in fixReduction()