Searched refs:RdxParts (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2848 VectorParts RdxParts; local
2860 RdxParts.push_back(NewPhi);
2864 Value *ReducedPartRdx = RdxParts[0];
2871 Builder.CreateBinOp((Instruction::BinaryOps)Op, RdxParts[part],
2875 ReducedPartRdx, RdxParts[part]);

Completed in 49 milliseconds