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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2720 VectorParts RdxParts; local
2732 RdxParts.push_back(NewPhi);
2736 Value *ReducedPartRdx = RdxParts[0];
2743 Builder.CreateBinOp((Instruction::BinaryOps)Op, RdxParts[part],
2747 ReducedPartRdx, RdxParts[part]);

Completed in 47 milliseconds