Searched refs:ReductionStartValue (Results 1 – 1 of 1) sorted by relevance
3495 TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue(); in fixReduction() local3499 setDebugLocFromInst(Builder, ReductionStartValue); in fixReduction()3518 VectorStart = Identity = ReductionStartValue; in fixReduction()3521 Builder.CreateVectorSplat(VF, ReductionStartValue, "minmax.ident"); in fixReduction()3531 VectorStart = ReductionStartValue; in fixReduction()3538 Builder.CreateInsertElement(Identity, ReductionStartValue, Zero); in fixReduction()3630 BCBlockPhi->addIncoming(ReductionStartValue, LoopBypassBlocks[I]); in fixReduction()