Searched refs:ReducedPartRdx (Results 1 – 1 of 1) sorted by relevance
2864 Value *ReducedPartRdx = RdxParts[0]; in vectorizeLoop() local2866 setDebugLocFromInst(Builder, ReducedPartRdx); in vectorizeLoop()2870 ReducedPartRdx = addFastMathFlag( in vectorizeLoop()2872 ReducedPartRdx, "bin.rdx")); in vectorizeLoop()2874 ReducedPartRdx = createMinMaxOp(Builder, RdxDesc.MinMaxKind, in vectorizeLoop()2875 ReducedPartRdx, RdxParts[part]); in vectorizeLoop()2884 Value *TmpVec = ReducedPartRdx; in vectorizeLoop()2910 ReducedPartRdx = Builder.CreateExtractElement(TmpVec, in vectorizeLoop()2919 BCBlockPhi->addIncoming(ReducedPartRdx, LoopMiddleBlock); in vectorizeLoop()2938 LCSSAPhi->addIncoming(ReducedPartRdx, LoopMiddleBlock); in vectorizeLoop()