Home
last modified time | relevance | path

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

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